aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2023-04-21 15:31:16 -0700
committerCherrypicker Worker <android-build-cherrypicker-worker@google.com>2023-04-24 17:22:48 +0000
commit9e2120bde397883bedda9efd7eafd7b196f69762 (patch)
tree42ff842253e64ab3e8222eb81e24157cc80ac77d
parentd25afca1cc8f5b18310f6686174d184605f48573 (diff)
downloadbionic-9e2120bde397883bedda9efd7eafd7b196f69762.tar.gz
Document a couple of new-in-U features.
Test: N/A (cherry picked from https://android-review.googlesource.com/q/commit:599d12d6519bdb2b271400a626de1188fea14919) Merged-In: I78acd8d772aacbb3b88649d78b759cffabd94e8f Change-Id: I78acd8d772aacbb3b88649d78b759cffabd94e8f
-rw-r--r--docs/status.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/status.md b/docs/status.md
index 3d104e44d..c2ed944a7 100644
--- a/docs/status.md
+++ b/docs/status.md
@@ -67,6 +67,8 @@ New libc behavior in U (API level 34):
* Support for `%b` and `%B` in the printf/wprintf family, `%b` in the
scanf/wscanf family, and `0b` prefixes with base 0 in the strtol/wcstol
family.
+ * Support for `wN` length modifiers in the printf/wprintf family.
+ * tmpfile() now respects $TMPDIR.
New libc functions in T (API level 33):
* `backtrace`, `backtrace_symbols`, `backtrace_symbols_fd` (`<execinfo.h>`).