diff options
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2019-08-01 14:47:11 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2021-03-07 15:42:45 +0100 |
commit | 0d0aa69678f039989f890bc4b8c4ad0a34f4d54b (patch) | |
tree | 41f4ba5c9b09e1f5875c7f5efe8c05ca20320182 | |
parent | 65c8afebb03fbdfe9ad83a37b756f8146c60c90a (diff) | |
download | glibc-0d0aa69678f039989f890bc4b8c4ad0a34f4d54b.zip glibc-0d0aa69678f039989f890bc4b8c4ad0a34f4d54b.tar.gz glibc-0d0aa69678f039989f890bc4b8c4ad0a34f4d54b.tar.bz2 |
aarch64: Update ILP32 abilists for glibc 2.30
This will need to be merged with the initial ilp32 abilist commit.
2019-08-01 Szabolcs Nagy <szabolcs.nagy@arm.com>
* sysdeps/unix/sysv/linux/aarch64/ilp32/libc.abilist: Update.
* sysdeps/unix/sysv/linux/aarch64/ilp32/libpthread.abilist: Update.
-rw-r--r-- | sysdeps/unix/sysv/linux/aarch64/ilp32/libc.abilist | 4 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/aarch64/ilp32/libpthread.abilist | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/aarch64/ilp32/libc.abilist b/sysdeps/unix/sysv/linux/aarch64/ilp32/libc.abilist index 8c10137..d014e33 100644 --- a/sysdeps/unix/sysv/linux/aarch64/ilp32/libc.abilist +++ b/sysdeps/unix/sysv/linux/aarch64/ilp32/libc.abilist @@ -2101,3 +2101,7 @@ 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 +GLIBC_2.30 getdents64 F +GLIBC_2.30 gettid F +GLIBC_2.30 tgkill F +GLIBC_2.30 twalk_r F diff --git a/sysdeps/unix/sysv/linux/aarch64/ilp32/libpthread.abilist b/sysdeps/unix/sysv/linux/aarch64/ilp32/libpthread.abilist index c370fda..7dab4e5 100644 --- a/sysdeps/unix/sysv/linux/aarch64/ilp32/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/aarch64/ilp32/libpthread.abilist @@ -235,3 +235,8 @@ GLIBC_2.28 tss_create F GLIBC_2.28 tss_delete F GLIBC_2.28 tss_get F GLIBC_2.28 tss_set F +GLIBC_2.30 pthread_cond_clockwait F +GLIBC_2.30 pthread_mutex_clocklock F +GLIBC_2.30 pthread_rwlock_clockrdlock F +GLIBC_2.30 pthread_rwlock_clockwrlock F +GLIBC_2.30 sem_clockwait F |