Document the strptime %s change.
Bug: https://issuetracker.google.com/37128336 Test: N/A Change-Id: I9b35c14d84b9f4ec85b9d54af47314d0442ebde2
This commit is contained in:
parent
e09c90dec1
commit
48b688b1b1
|
@ -55,6 +55,7 @@ New libc functions in P:
|
|||
* `syncfs`
|
||||
* `%C` and `%S` support in the printf family (previously only the wprintf family supported these)
|
||||
* `%mc`/`%ms`/`%m[` support in the scanf family
|
||||
* `%s` support in strptime (strftime already supported it)
|
||||
|
||||
New libc functions in O:
|
||||
* `sendto` FORTIFY support
|
||||
|
|
Loading…
Reference in New Issue