aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2020-02-05 16:04:57 -0800
committerElliott Hughes <enh@google.com>2020-02-05 16:04:57 -0800
commit9c381b046ff63d6c41788655d200723b0d026095 (patch)
tree5420169334526b1eff6e6c924189f2e06ad1403c
parentfd2eb42006fd1b51beb98e5c4e3e3ae2e676173e (diff)
downloadbionic-9c381b046ff63d6c41788655d200723b0d026095.tar.gz
docs/status.md: link to github.
We've had discussions about <monetary.h> (which wasn't previously mentioned here at all, an oversight) and robust mutexes on github that are worth linking to. Bug: https://github.com/android/ndk/issues/1181 Bug: https://github.com/android/ndk/issues/1182 Test: N/A Change-Id: If0d2c28757a3cbfffc358e8847dc4de1a67d9001
-rw-r--r--docs/status.md5
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.