diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-08-15 10:51:23 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-08-15 13:06:50 +0200 |
commit | fa57c3019320bb771cfbbc099e3ca31eb4696ad3 (patch) | |
tree | 6f0a9495e323730dd0db55fd4d0c8ec36b3889db /sysdeps/unix/sysv/linux/s390 | |
parent | 56e098118a31753a9f755948bb5a47bc7111e214 (diff) | |
download | glibc-fa57c3019320bb771cfbbc099e3ca31eb4696ad3.tar.gz glibc-fa57c3019320bb771cfbbc099e3ca31eb4696ad3.tar.xz glibc-fa57c3019320bb771cfbbc099e3ca31eb4696ad3.zip |
nptl: Move pthread_attr_destroy implementation into libc
Diffstat (limited to 'sysdeps/unix/sysv/linux/s390')
-rw-r--r-- | sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist b/sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist index 03b2f218bd..9ce4b812af 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist @@ -46,7 +46,6 @@ GLIBC_2.0 nanosleep F GLIBC_2.0 open F GLIBC_2.0 pause F GLIBC_2.0 pthread_atfork F -GLIBC_2.0 pthread_attr_destroy F GLIBC_2.0 pthread_attr_getdetachstate F GLIBC_2.0 pthread_attr_getinheritsched F GLIBC_2.0 pthread_attr_getschedparam F diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist b/sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist index dd35404615..f5ef2d2f8c 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist @@ -74,7 +74,6 @@ GLIBC_2.2 pause F GLIBC_2.2 pread F GLIBC_2.2 pread64 F GLIBC_2.2 pthread_atfork F -GLIBC_2.2 pthread_attr_destroy F GLIBC_2.2 pthread_attr_getdetachstate F GLIBC_2.2 pthread_attr_getguardsize F GLIBC_2.2 pthread_attr_getinheritsched F |