about summary refs log tree commit diff
path: root/hurd/hurdsig.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-19 01:32:39 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-19 01:32:39 +0100
commit0f652f053e7a501f5413b2b45997d299b5570cb1 (patch)
treeef0a58f90a4dbc5a07f5c9ee0b81784542c5ff21 /hurd/hurdsig.c
parente54554ca6231febd312f01d8be556c7443d4a955 (diff)
downloadglibc-0f652f053e7a501f5413b2b45997d299b5570cb1.tar.gz
glibc-0f652f053e7a501f5413b2b45997d299b5570cb1.tar.xz
glibc-0f652f053e7a501f5413b2b45997d299b5570cb1.zip
hurd: Fix build with latest htl
* hurd/hurdsig.c: Include <pthreadP.h> instead of <pthread.h>.
Diffstat (limited to 'hurd/hurdsig.c')
-rw-r--r--hurd/hurdsig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/hurdsig.c b/hurd/hurdsig.c
index fdadd5b694..101dd76be1 100644
--- a/hurd/hurdsig.c
+++ b/hurd/hurdsig.c
@@ -20,7 +20,7 @@
 #include <string.h>
 
 #include <cthreads.h>		/* For `struct mutex'.  */
-#include <pthread.h>
+#include <pthreadP.h>
 #include <mach.h>
 #include <mach/thread_switch.h>