diff options
author | Elliott Hughes <enh@google.com> | 2018-07-17 13:26:14 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2018-07-17 13:26:14 -0700 |
commit | a7119af33ef71ae24d809b5ea52c1ba913f97a6c (patch) | |
tree | 085450dbe59e2b07a6d86d7bfe062f93a4d6de9c | |
parent | f98d87b831958cc71ef7f6b6fa18a7a2a2d24737 (diff) |
Update libc status documentation.
Bug: N/A
Test: N/A
Change-Id: Ied9659f0388a4affa65f0948b3e4a58d0dca5605
-rw-r--r-- | docs/status.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/status.md b/docs/status.md index e81ac7ed8..d5897211d 100644 --- a/docs/status.md +++ b/docs/status.md @@ -37,6 +37,10 @@ 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 Q: + * `timespec_get` (C11 `<time.h>` addition) + * `res_randomid` (in `<resolv.h>`) + New libc functions in P: * `__freading`/`__fwriting` (completing <stdio_ext.h>) * `endhostent`/`endnetent`/`endprotoent`/`getnetent`/`getprotoent`/`sethostent`/`setnetent`/`setprotoent` (completing <netdb.h>) |