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/sparc | |
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/sparc')
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist b/sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist index 4be0af2dcb..5a64d6ff96 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/sparc/sparc32/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/sparc/sparc64/libpthread.abilist b/sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist index b02fee32e3..ba43587275 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist @@ -80,7 +80,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 |