T is API level 33, not 32.
The actual constant was fixed, but the docs weren't. Test: treehugger Change-Id: Id76d38cd8b17be02ddece8bbb2695f5d172fee9b
This commit is contained in:
parent
ab74e3260a
commit
02335c7738
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ list of POSIX functions implemented by glibc but not by bionic.
|
|||
|
||||
Current libc symbols: https://android.googlesource.com/platform/bionic/+/master/libc/libc.map.txt
|
||||
|
||||
New libc functions in T (API level 32):
|
||||
New libc functions in T (API level 33):
|
||||
* `backtrace`, `backtrace_symbols`, `backtrace_symbols_fd` (`<execinfo.h>`).
|
||||
* New system call wrappers: `preadv2`, `preadv64v2`, `pwritev2`,
|
||||
`pwritev64v2`.
|
||||
|
|
Loading…
Reference in a new issue