commit | 05b675e8bfec6e33138fd2e1b2e0e16afe745b37 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Apr 17 13:01:06 2019 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Aug 02 09:09:59 2019 -0700 |
tree | 2de2c98f748581531eaa6b0bb92adbe30f891f36 | |
parent | c2a722f5d77911afd199f452b03d9c15fbe645f8 [diff] [blame] |
Add renameat2. Bug: http://b/127675384 Test: new tests Change-Id: Ia2e3d5679180391ca98e62fa429fa11cbf167507
diff --git a/libc/libc.map.txt b/libc/libc.map.txt index 0cab83d..c3b9e2c 100644 --- a/libc/libc.map.txt +++ b/libc/libc.map.txt
@@ -1503,6 +1503,7 @@ pthread_mutex_clocklock; pthread_rwlock_clockrdlock; pthread_rwlock_clockwrlock; + renameat2; sem_clockwait; thrd_create; thrd_current;