diff options
author | Elliott Hughes <enh@google.com> | 2019-08-06 17:08:13 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-08-06 17:08:13 +0000 |
commit | da32ff104b1863b3052f355cce711c92c2cfc950 (patch) | |
tree | f01d032271e5b1261882a5724ed142cf9d0892ed /docs | |
parent | 5d3ba4ed9dc0b3e37d4979cbea34757e29d60715 (diff) | |
parent | 3d24d2b0883ea828443fd7c36d1b262410618aca (diff) |
Merge "Add memfd_create(2) and mlock2(2)."
Diffstat (limited to 'docs')
-rw-r--r-- | docs/status.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/status.md b/docs/status.md index e69ae6240..4466a3c47 100644 --- a/docs/status.md +++ b/docs/status.md @@ -39,6 +39,7 @@ Current libc symbols: https://android.googlesource.com/platform/bionic/+/master/ New libc functions in R (API level 30): * Full C11 `<threads.h>` (available as inlines for older API levels). + * `memfd_create` and `mlock2` (GNU extensions). * `renameat2` (GNU extension). * `pthread_cond_clockwait`/`pthread_mutex_clocklock`/`pthread_rwlock_clockrdlock`/`pthread_rwlock_clockwrlock`/`sem_clockwait` |