Update libc status documentation.
Bug: N/A
Test: N/A
Change-Id: Ied9659f0388a4affa65f0948b3e4a58d0dca5605
diff --git a/docs/status.md b/docs/status.md
index e81ac7e..d589721 100644
--- a/docs/status.md
+++ b/docs/status.md
@@ -37,6 +37,10 @@
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>)