aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/nptl
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-08-28 12:01:14 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-08-28 12:01:14 +0200
commitffced383cd7e092a1c6e50ca50f692d2fe2a7dbe (patch)
tree744698018b44d359a03fa0f3985c4bbb2c0cb59d /sysdeps/nptl
parent61d3db428176d9d0822e4e680305fe34285edff2 (diff)
downloadglibc-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/nptl')
-rw-r--r--sysdeps/nptl/pthread-functions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/nptl/pthread-functions.h b/sysdeps/nptl/pthread-functions.h
index 3fedc85db6..36ef2bd674 100644
--- a/sysdeps/nptl/pthread-functions.h
+++ b/sysdeps/nptl/pthread-functions.h
@@ -30,7 +30,6 @@ struct xid_command;
the thread functions. */
struct pthread_functions
{
- int (*ptr_pthread_attr_setdetachstate) (pthread_attr_t *, int);
int (*ptr_pthread_attr_getinheritsched) (const pthread_attr_t *, int *);
int (*ptr_pthread_attr_setinheritsched) (pthread_attr_t *, int);
int (*ptr_pthread_attr_getschedparam) (const pthread_attr_t *,