about summary refs log tree commit diff
path: root/sysdeps/nptl/pthread-functions.h
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-08-15 10:51:23 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-08-15 13:06:50 +0200
commitfa57c3019320bb771cfbbc099e3ca31eb4696ad3 (patch)
tree6f0a9495e323730dd0db55fd4d0c8ec36b3889db /sysdeps/nptl/pthread-functions.h
parent56e098118a31753a9f755948bb5a47bc7111e214 (diff)
downloadglibc-fa57c3019320bb771cfbbc099e3ca31eb4696ad3.tar.gz
glibc-fa57c3019320bb771cfbbc099e3ca31eb4696ad3.tar.xz
glibc-fa57c3019320bb771cfbbc099e3ca31eb4696ad3.zip
nptl: Move pthread_attr_destroy implementation into libc
Diffstat (limited to 'sysdeps/nptl/pthread-functions.h')
-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 edb42d341b..601fede617 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_destroy) (pthread_attr_t *);
   int (*ptr___pthread_attr_init_2_0) (pthread_attr_t *);
   int (*ptr___pthread_attr_init_2_1) (pthread_attr_t *);
   int (*ptr_pthread_attr_getdetachstate) (const pthread_attr_t *, int *);