commit | 733cedd1c4696ea74dab34d629ef7ac28ecc2200 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Feb 21 23:21:28 2020 -0800 |
committer | Elliott Hughes <enh@google.com> | Sun Feb 23 11:36:53 2020 -0800 |
tree | 6f24227b01f5bfea254d364bd90ee5a1067d4408 | |
parent | fcbdba22ab1c84825bd1e4cd18f8298c87991a5b [diff] [blame] |
Add a libc wrapper for statx(2). Bug: http://b/127675384 Bug: http://b/146676114 Test: treehugger Change-Id: I844edc12f62717e579870a040cf03dfe60dc280b
diff --git a/libc/libc.map.txt b/libc/libc.map.txt index 37807be..4bfb8a2 100644 --- a/libc/libc.map.txt +++ b/libc/libc.map.txt
@@ -1505,6 +1505,7 @@ pthread_rwlock_clockwrlock; renameat2; sem_clockwait; + statx; thrd_create; thrd_current; thrd_detach;