diff options
author | Elliott Hughes <enh@google.com> | 2020-02-21 23:21:28 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2020-02-23 11:36:53 -0800 |
commit | 733cedd1c4696ea74dab34d629ef7ac28ecc2200 (patch) | |
tree | 6f24227b01f5bfea254d364bd90ee5a1067d4408 /docs | |
parent | fcbdba22ab1c84825bd1e4cd18f8298c87991a5b (diff) |
Add a libc wrapper for statx(2).
Bug: http://b/127675384
Bug: http://b/146676114
Test: treehugger
Change-Id: I844edc12f62717e579870a040cf03dfe60dc280b
Diffstat (limited to 'docs')
-rw-r--r-- | docs/status.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/status.md b/docs/status.md index 6f358ea66..9d3ad8887 100644 --- a/docs/status.md +++ b/docs/status.md @@ -52,8 +52,8 @@ 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). + * `memfd_create` and `mlock2` (Linux-specific GNU extensions). + * `renameat2` and `statx` (Linux-specific GNU extensions). * `pthread_cond_clockwait`/`pthread_mutex_clocklock`/`pthread_rwlock_clockrdlock`/`pthread_rwlock_clockwrlock`/`sem_clockwait` New libc behavior in R (API level 30): |