diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-08-28 12:01:14 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-08-28 12:01:14 +0200 |
commit | ffced383cd7e092a1c6e50ca50f692d2fe2a7dbe (patch) | |
tree | 744698018b44d359a03fa0f3985c4bbb2c0cb59d /sysdeps/unix/sysv/linux/s390 | |
parent | 61d3db428176d9d0822e4e680305fe34285edff2 (diff) | |
download | glibc-ffced383cd7e092a1c6e50ca50f692d2fe2a7dbe.tar glibc-ffced383cd7e092a1c6e50ca50f692d2fe2a7dbe.tar.gz glibc-ffced383cd7e092a1c6e50ca50f692d2fe2a7dbe.tar.bz2 glibc-ffced383cd7e092a1c6e50ca50f692d2fe2a7dbe.zip |
nptl: Move pthread_attr_setdetachstate implementation into libc
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
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 c9adfaf03a..4010e27452 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist @@ -50,7 +50,6 @@ GLIBC_2.0 pthread_attr_getinheritsched F GLIBC_2.0 pthread_attr_getschedparam F GLIBC_2.0 pthread_attr_getschedpolicy F GLIBC_2.0 pthread_attr_getscope F -GLIBC_2.0 pthread_attr_setdetachstate F GLIBC_2.0 pthread_attr_setinheritsched F GLIBC_2.0 pthread_attr_setschedparam F GLIBC_2.0 pthread_attr_setschedpolicy F diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist b/sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist index f2a81cfb0c..6c7474b63e 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist @@ -82,7 +82,6 @@ GLIBC_2.2 pthread_attr_getscope F GLIBC_2.2 pthread_attr_getstack F GLIBC_2.2 pthread_attr_getstackaddr F GLIBC_2.2 pthread_attr_getstacksize F -GLIBC_2.2 pthread_attr_setdetachstate F GLIBC_2.2 pthread_attr_setguardsize F GLIBC_2.2 pthread_attr_setinheritsched F GLIBC_2.2 pthread_attr_setschedparam F |