Merge "linker: Add library load and unload hooks for HWASan."
diff --git a/docs/status.md b/docs/status.md
index 2f356f3..e69ae62 100644
--- a/docs/status.md
+++ b/docs/status.md
@@ -40,6 +40,7 @@
New libc functions in R (API level 30):
* Full C11 `<threads.h>` (available as inlines for older API levels).
* `renameat2` (GNU extension).
+ * `pthread_cond_clockwait`/`pthread_mutex_clocklock`/`pthread_rwlock_clockrdlock`/`pthread_rwlock_clockwrlock`/`sem_clockwait`
New libc functions in Q (API level 29):
* `timespec_get` (C11 `<time.h>` addition)