This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[hurd,commited] hurd: Fix build with latest htl


* hurd/hurdsig.c: Include <pthreadP.h> instead of <pthread.h>.
---
 hurd/hurdsig.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>
 
-- 
2.16.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]