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/microblaze | |
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/microblaze')
-rw-r--r-- | sysdeps/unix/sysv/linux/microblaze/libpthread.abilist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/microblaze/libpthread.abilist b/sysdeps/unix/sysv/linux/microblaze/libpthread.abilist index 4b0ab493e0..5a182c10b2 100644 --- a/sysdeps/unix/sysv/linux/microblaze/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/microblaze/libpthread.abilist @@ -80,7 +80,6 @@ GLIBC_2.18 pthread_attr_getstack F GLIBC_2.18 pthread_attr_getstackaddr F GLIBC_2.18 pthread_attr_getstacksize F GLIBC_2.18 pthread_attr_setaffinity_np F -GLIBC_2.18 pthread_attr_setdetachstate F GLIBC_2.18 pthread_attr_setguardsize F GLIBC_2.18 pthread_attr_setinheritsched F GLIBC_2.18 pthread_attr_setschedparam F |