From 1d714fd95da16f0d97c8c670a2c899f99c01eb45 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 16 Aug 2019 22:44:44 +0200 Subject: nptl: Move pthread_attr_getdetachstate implementation into libc Reviewed-by: Adhemerval Zanella --- sysdeps/nptl/pthread-functions.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sysdeps/nptl/pthread-functions.h') diff --git a/sysdeps/nptl/pthread-functions.h b/sysdeps/nptl/pthread-functions.h index 838eabf..3fedc85 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_getdetachstate) (const pthread_attr_t *, int *); 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); -- cgit v1.1