Merge "Update docs/status.md now fexecve is implemented."
am: 38bd71bab7
Change-Id: Ifb1b16532fedfac711f5ee77a63efcdb4defc35f
This commit is contained in:
commit
6eb1c28596
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,7 @@ Current libc symbols: https://android.googlesource.com/platform/bionic/+/master/
|
|||
New libc functions in P:
|
||||
* `__freading`/`__fwriting` (completing <stdio_ext.h>)
|
||||
* `endhostent`/endnetent`/`endprotoent`/`getnetent`/`getprotoent`/`sethostent`/`setnetent`/`setprotoent` (completing <netdb.h>)
|
||||
* `fexecve`
|
||||
* `getentropy`/`getrandom` (adding <sys/random.h>)
|
||||
* `getlogin_r`
|
||||
* `glob`/`globfree` (adding <glob.h>)
|
||||
|
@ -72,7 +73,6 @@ aio_read
|
|||
aio_return
|
||||
aio_suspend
|
||||
aio_write
|
||||
fexecve
|
||||
lio_listio
|
||||
pthread_attr_getinheritsched
|
||||
pthread_attr_setinheritsched
|
||||
|
|
Loading…
Reference in a new issue