diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-08-30 07:33:02 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-08-30 07:33:02 +0200 |
commit | 9743c6272df3d4f4c37cc98e68fab83bf3f57efb (patch) | |
tree | f1d6be2c8ce9caa13cbd03b72d2a7ddaa3ad989b /sysdeps/unix/sysv/linux/s390 | |
parent | a644a4b2139c7f2a79392431fc8e3413f0e1da04 (diff) | |
download | glibc-9743c6272df3d4f4c37cc98e68fab83bf3f57efb.tar.gz glibc-9743c6272df3d4f4c37cc98e68fab83bf3f57efb.tar.xz glibc-9743c6272df3d4f4c37cc98e68fab83bf3f57efb.zip |
nptl: Move pthread_attr_getinheritsched 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 4010e27452..c504fbfacc 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_getinheritsched F GLIBC_2.0 pthread_attr_getschedparam F GLIBC_2.0 pthread_attr_getschedpolicy F GLIBC_2.0 pthread_attr_getscope F diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist b/sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist index 6c7474b63e..933f20299c 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist @@ -75,7 +75,6 @@ GLIBC_2.2 pread F GLIBC_2.2 pread64 F GLIBC_2.2 pthread_atfork F GLIBC_2.2 pthread_attr_getguardsize F -GLIBC_2.2 pthread_attr_getinheritsched F GLIBC_2.2 pthread_attr_getschedparam F GLIBC_2.2 pthread_attr_getschedpolicy F GLIBC_2.2 pthread_attr_getscope F |