Add C11 timespec_get.

Bug: https://github.com/android-ndk/ndk/issues/744
Test: ran tests
Change-Id: Iad9514946e06d55b6a3aa0f945d9a63bff900881
diff --git a/libc/libc.map.txt b/libc/libc.map.txt
index 16fc674..d6b35fd 100644
--- a/libc/libc.map.txt
+++ b/libc/libc.map.txt
@@ -1448,6 +1448,7 @@
 LIBC_Q { # introduced=Q
   global:
     __res_randomid;
+    timespec_get;
 } LIBC_P;
 
 LIBC_PRIVATE {