aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-25 02:07:22 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-25 02:07:22 +0000
commit5b22271f52b71e45a0ec72ce11f924ce538f015d (patch)
tree42ff842253e64ab3e8222eb81e24157cc80ac77d
parent2f509c4656802866a689ddd3610451ca59582c3a (diff)
parent10f23befe1b552006c65c70295088238b0fd2987 (diff)
downloadbionic-5b22271f52b71e45a0ec72ce11f924ce538f015d.tar.gz
Snap for 10001699 from 10f23befe1b552006c65c70295088238b0fd2987 to udc-d1-release
Change-Id: I3b7787547ff65b76299cf10e0fab8b9bffa5deaa
-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>`).