about summary refs log tree commit diff
path: root/sysdeps/htl
diff options
context:
space:
mode:
authorGuy-Fleury Iteriteka <gfleury@disroot.org>2023-07-16 10:44:14 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-08-24 01:57:22 +0200
commit1dc0bc8f07483e3faef245c343b773137c8d2c4f (patch)
tree4c76b726e53be5432232d6c113df852549c4a852 /sysdeps/htl
parent92a6c26470f458355af62b7611740eb243cfe73a (diff)
downloadglibc-1dc0bc8f07483e3faef245c343b773137c8d2c4f.tar.gz
glibc-1dc0bc8f07483e3faef245c343b773137c8d2c4f.tar.xz
glibc-1dc0bc8f07483e3faef245c343b773137c8d2c4f.zip
htl: move pthread_attr_setdetachstate into libc
Signed-off-by: Guy-Fleury Iteriteka <gfleury@disroot.org>
Message-Id: <20230716084414.107245-11-gfleury@disroot.org>
Diffstat (limited to 'sysdeps/htl')
-rw-r--r--sysdeps/htl/pthread-functions.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/htl/pthread-functions.h b/sysdeps/htl/pthread-functions.h
index c665e4cb0b..f116434ae1 100644
--- a/sysdeps/htl/pthread-functions.h
+++ b/sysdeps/htl/pthread-functions.h
@@ -23,7 +23,6 @@
 
 int __pthread_attr_destroy (pthread_attr_t *);
 int __pthread_attr_init (pthread_attr_t *);
-int __pthread_attr_setdetachstate (pthread_attr_t *, int);
 int __pthread_attr_setschedparam (pthread_attr_t *,
 				 const struct sched_param *);
 int __pthread_attr_getscope (const pthread_attr_t *, int *);
@@ -67,7 +66,6 @@ struct pthread_functions
 {
   int (*ptr_pthread_attr_destroy) (pthread_attr_t *);
   int (*ptr_pthread_attr_init) (pthread_attr_t *);
-  int (*ptr_pthread_attr_setdetachstate) (pthread_attr_t *, int);
   int (*ptr_pthread_attr_setschedparam) (pthread_attr_t *,
 					 const struct sched_param *);
   int (*ptr_pthread_attr_getscope) (const pthread_attr_t *, int *);