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/powerpc | |
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/powerpc')
3 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist index cc39f0d6e3..63e3af6d93 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/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/powerpc/powerpc64/be/libpthread.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libpthread.abilist index 2058cc0494..c6345841e7 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libpthread.abilist @@ -101,7 +101,6 @@ GLIBC_2.3 pthread_attr_getscope F GLIBC_2.3 pthread_attr_getstack F GLIBC_2.3 pthread_attr_getstackaddr F GLIBC_2.3 pthread_attr_getstacksize F -GLIBC_2.3 pthread_attr_setdetachstate F GLIBC_2.3 pthread_attr_setguardsize F GLIBC_2.3 pthread_attr_setinheritsched F GLIBC_2.3 pthread_attr_setschedparam F diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libpthread.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libpthread.abilist index 308cb07afa..cf254a41f1 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libpthread.abilist @@ -80,7 +80,6 @@ GLIBC_2.17 pthread_attr_getstack F GLIBC_2.17 pthread_attr_getstackaddr F GLIBC_2.17 pthread_attr_getstacksize F GLIBC_2.17 pthread_attr_setaffinity_np F -GLIBC_2.17 pthread_attr_setdetachstate F GLIBC_2.17 pthread_attr_setguardsize F GLIBC_2.17 pthread_attr_setinheritsched F GLIBC_2.17 pthread_attr_setschedparam F |