diff options
-rw-r--r-- | docs/status.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/status.md b/docs/status.md index fb88dd297..6f358ea66 100644 --- a/docs/status.md +++ b/docs/status.md @@ -32,13 +32,16 @@ Missing functions are either obsolete or explicitly disallowed by SELinux: Missing functionality: * `<aio.h>` + * `<monetary.h>`. See + [discussion](https://github.com/android/ndk/issues/1182). * `<wordexp.h>` * Thread cancellation (`pthread_cancel`). Unlikely to ever be implemented because of the difficulty and cost of implementing it, and the difficulty of using it correctly. See [This is why we can't have safe cancellation points](https://lwn.net/Articles/683118/) for more about thread cancellation. - * Robust mutexes + * Robust mutexes. See + [discussion](https://github.com/android/ndk/issues/1181). Run `./libc/tools/check-symbols-glibc.py` in bionic/ for the current list of POSIX functions implemented by glibc but not by bionic. |