diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-08-16 22:44:44 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-08-16 22:44:44 +0200 |
commit | 1d714fd95da16f0d97c8c670a2c899f99c01eb45 (patch) | |
tree | 08a588e686a66b633b3d51e7d60aa1c1711c8ce0 /sysdeps/unix/sysv/linux/i386 | |
parent | 4745f4c1ca4f5c774e91436e952bde27b4d91e28 (diff) | |
download | glibc-1d714fd95da16f0d97c8c670a2c899f99c01eb45.tar glibc-1d714fd95da16f0d97c8c670a2c899f99c01eb45.tar.gz glibc-1d714fd95da16f0d97c8c670a2c899f99c01eb45.tar.bz2 glibc-1d714fd95da16f0d97c8c670a2c899f99c01eb45.zip |
nptl: Move pthread_attr_getdetachstate implementation into libc
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/libpthread.abilist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/libpthread.abilist b/sysdeps/unix/sysv/linux/i386/libpthread.abilist index 7021d9eca9..d8b02f94fa 100644 --- a/sysdeps/unix/sysv/linux/i386/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/i386/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_getdetachstate F GLIBC_2.0 pthread_attr_getinheritsched F GLIBC_2.0 pthread_attr_getschedparam F GLIBC_2.0 pthread_attr_getschedpolicy F |