public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [hurd,commited] hurd: Fix build with latest htl
@ 2018-03-19  0:40 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2018-03-19  0:40 UTC (permalink / raw)
  To: libc-alpha; +Cc: Samuel Thibault

* 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-03-19  0:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-19  0:40 [hurd,commited] hurd: Fix build with latest htl Samuel Thibault

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).