]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
hurd: Fix build with latest htl
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 19 Mar 2018 00:32:39 +0000 (01:32 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 19 Mar 2018 00:32:39 +0000 (01:32 +0100)
* hurd/hurdsig.c: Include <pthreadP.h> instead of <pthread.h>.

hurd/hurdsig.c

index fdadd5b6942688c4aa1abfcb525b3c317031e3de..101dd76be1ce327d3270025e588f40ce3f5a15ca 100644 (file)
@@ -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>