Merge "T is API level 33, not 32."
This commit is contained in:
commit
df34c97361
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
|
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>`).
|
* `backtrace`, `backtrace_symbols`, `backtrace_symbols_fd` (`<execinfo.h>`).
|
||||||
* New system call wrappers: `preadv2`, `preadv64v2`, `pwritev2`,
|
* New system call wrappers: `preadv2`, `preadv64v2`, `pwritev2`,
|
||||||
`pwritev64v2`.
|
`pwritev64v2`.
|
||||||
|
|
Loading…
Reference in a new issue