diff options
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2019-05-01 13:08:07 +0100 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2019-08-01 10:06:03 +0100 |
commit | d58cea864da6a33592f1c7c4c4cf873eeeb45296 (patch) | |
tree | 2ffd634083d452ce33319bfd9954a076d5802b24 | |
parent | 79aab225ee68e5f01a2aad746e1a43b50e3100d2 (diff) | |
download | glibc-d58cea864da6a33592f1c7c4c4cf873eeeb45296.tar.gz glibc-d58cea864da6a33592f1c7c4c4cf873eeeb45296.tar.xz glibc-d58cea864da6a33592f1c7c4c4cf873eeeb45296.zip |
aarch64: Update ILP32 abilists for glibc 2.29
This will need to be merged with the initial ilp32 abilist commit. 2019-05-09 Szabolcs Nagy <szabolcs.nagy@arm.com> * sysdeps/unix/sysv/linux/aarch64/ilp32/libc.abilist: Update.
-rw-r--r-- | sysdeps/unix/sysv/linux/aarch64/ilp32/libc.abilist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/aarch64/ilp32/libc.abilist b/sysdeps/unix/sysv/linux/aarch64/ilp32/libc.abilist index 91d59cd013..8c10137980 100644 --- a/sysdeps/unix/sysv/linux/aarch64/ilp32/libc.abilist +++ b/sysdeps/unix/sysv/linux/aarch64/ilp32/libc.abilist @@ -2098,3 +2098,6 @@ GLIBC_2.28 thrd_current F GLIBC_2.28 thrd_equal F GLIBC_2.28 thrd_sleep F GLIBC_2.28 thrd_yield F +GLIBC_2.29 getcpu F +GLIBC_2.29 posix_spawn_file_actions_addchdir_np F +GLIBC_2.29 posix_spawn_file_actions_addfchdir_np F |