diff options
author | Elliott Hughes <enh@google.com> | 2019-08-05 13:53:01 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2019-08-05 16:31:08 -0700 |
commit | 3d24d2b0883ea828443fd7c36d1b262410618aca (patch) | |
tree | 90ddca40aa1d86f1c182462d5b3386a4375dcc3f /docs | |
parent | a5c9c7c56542b6471575148b8a3654078b180940 (diff) |
Add memfd_create(2) and mlock2(2).
These are old enough now that the latest devices will have kernels that
support them.
Also add basic doc comments to <sys/mman.h>.
Test: treehugger
Change-Id: I1b5ff5db0b6270f5c374287cac1d6a751a0259f5
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 2f356f3a2..e091b1684 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). New libc functions in Q (API level 29): |