Merge "Document the changed fdsan default from Q to R."
diff --git a/docs/status.md b/docs/status.md
index a1d5332..5470668 100644
--- a/docs/status.md
+++ b/docs/status.md
@@ -49,6 +49,10 @@
* `renameat2` (GNU extension).
* `pthread_cond_clockwait`/`pthread_mutex_clocklock`/`pthread_rwlock_clockrdlock`/`pthread_rwlock_clockwrlock`/`sem_clockwait`
+New libc behavior in R (API level 30):
+ * [fdsan](fdsan.md) now aborts when it detects common file descriptor errors,
+ rather than just logging.
+
New libc functions in Q (API level 29):
* `timespec_get` (C11 `<time.h>` addition)
* `reallocarray` (BSD/GNU extension in `<malloc.h>` and `<stdlib.h>`)
@@ -68,7 +72,7 @@
is unchanged.
* Support in strptime for `%F`, `%G`, `%g`, `%P`, `%u`, `%V`, and `%v`.
(strftime already supported them all.)
- * [fdsan](fdsan.md) detects common file descriptor errors at runtime.
+ * [fdsan](fdsan.md) detects and logs common file descriptor errors at runtime.
New libc functions in P (API level 28):
* `aligned_alloc`