diff options
author | Elliott Hughes <enh@google.com> | 2018-09-14 17:05:01 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2018-09-14 17:05:01 -0700 |
commit | 670ea7aca905c5a93828b7c401ef320d65b8999f (patch) | |
tree | 3e061b8d126557bf12baaafa6ed8062885b98d4a | |
parent | 4d9814909677805d04d113b7af24b3edf655a712 (diff) |
Explicitly say `pthread_cancel` in the docs.
Bug: http://b/33943372
Test: N/A
Change-Id: If71691f7ff20c9b8c14de15692543bbd858c9aab
-rw-r--r-- | docs/status.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/status.md b/docs/status.md index c8c06c67f..b6439a0df 100644 --- a/docs/status.md +++ b/docs/status.md @@ -27,7 +27,7 @@ Missing functions are either obsolete or explicitly disallowed by SELinux: Missing functionality: * `<aio.h>` * `<wordexp.h>` - * Thread cancellation + * Thread cancellation (`pthread_cancel`). * Robust mutexes Run `./libc/tools/check-symbols-glibc.py` in bionic/ for the current |