Document a couple of new-in-U features. am: 9e2120bde3
Original change: https://googleplex-android-review.googlesource.com/c/platform/bionic/+/22819376
Change-Id: I523a88b5e95e5f61f5625f773ab3b23923ec7c26
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/docs/status.md b/docs/status.md
index 3d104e4..c2ed944 100644
--- a/docs/status.md
+++ b/docs/status.md
@@ -67,6 +67,8 @@
* 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>`).