aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-03-02 01:24:47 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-03-02 01:24:47 +0000
commit66e49c0503822be573d00ac1f5ce70530f4152d6 (patch)
treeccc7ab5522e8b02939aaa32e05c39f44d3650fab
parente09c90dec1a152c6714f7e23c993d29a6bcf8597 (diff)
parent48b688b1b12dce5dab78220ca28a3f5fd94276ef (diff)
downloadbionic-66e49c0503822be573d00ac1f5ce70530f4152d6.tar.gz
Merge "Document the strptime %s change."
-rw-r--r--docs/status.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/status.md b/docs/status.md
index 2666e58b4..8252850e1 100644
--- a/docs/status.md
+++ b/docs/status.md
@@ -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