Merge "Document a couple of new-in-U features." am: 56f5c04491

Original change: https://android-review.googlesource.com/c/platform/bionic/+/2555413

Change-Id: I0b8ac74a2b1672012f3c68b0742156902d7b5c2f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2023-04-22 02:04:48 +00:00 committed by Automerger Merge Worker
commit d6f7bb2795

View file

@ -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>`).