diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-04-21 19:49:51 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-04-21 19:49:51 +0200 |
commit | 6f009ea9848a473578ccdebc0dc1ccf50debc047 (patch) | |
tree | 6f50bdd34cb58dda52ecb53f0651d2d5c3baa693 /sysdeps/unix/sysv/linux/arc/libc.abilist | |
parent | 442e8a40da9dfa24aeebf4f1a163f0a58b12cf7e (diff) | |
download | glibc-6f009ea9848a473578ccdebc0dc1ccf50debc047.tar.gz glibc-6f009ea9848a473578ccdebc0dc1ccf50debc047.tar.xz glibc-6f009ea9848a473578ccdebc0dc1ccf50debc047.zip |
nptl: Move pthread_key_create, __pthread_key_create into libc
The symbols have been moved using scripts/move-symbol-to-libc.py.
Diffstat (limited to 'sysdeps/unix/sysv/linux/arc/libc.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/arc/libc.abilist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/arc/libc.abilist b/sysdeps/unix/sysv/linux/arc/libc.abilist index fc492e5a54..390f7d8c9d 100644 --- a/sysdeps/unix/sysv/linux/arc/libc.abilist +++ b/sysdeps/unix/sysv/linux/arc/libc.abilist @@ -328,6 +328,7 @@ GLIBC_2.32 __profile_frequency F GLIBC_2.32 __progname D 0x4 GLIBC_2.32 __progname_full D 0x4 GLIBC_2.32 __pthread_cleanup_routine F +GLIBC_2.32 __pthread_key_create F GLIBC_2.32 __pthread_once F GLIBC_2.32 __pthread_unwind_next F GLIBC_2.32 __ptsname_r_chk F @@ -1376,6 +1377,7 @@ GLIBC_2.32 pthread_exit F GLIBC_2.32 pthread_getaffinity_np F GLIBC_2.32 pthread_getattr_np F GLIBC_2.32 pthread_getschedparam F +GLIBC_2.32 pthread_key_create F GLIBC_2.32 pthread_kill F GLIBC_2.32 pthread_mutex_consistent F GLIBC_2.32 pthread_mutex_consistent_np F @@ -1944,8 +1946,10 @@ GLIBC_2.33 stat F GLIBC_2.33 stat64 F GLIBC_2.34 __libc_start_main F GLIBC_2.34 __pthread_cleanup_routine F +GLIBC_2.34 __pthread_key_create F GLIBC_2.34 __pthread_once F GLIBC_2.34 __pthread_unwind_next F +GLIBC_2.34 pthread_key_create F GLIBC_2.34 pthread_kill F GLIBC_2.34 pthread_mutex_consistent F GLIBC_2.34 pthread_once F |