|
|
Re: [PATH] fix pthread.h include: msg#00158
linux.real-time.xenomai.devel
|
Subject: |
Re: [PATH] fix pthread.h include |
Jan Kiszka wrote:
Philippe Gerum wrote:
Jan Kiszka wrote:
--- include/posix/pthread.h (revision 946)
+++ include/posix/pthread.h (working copy)
@@ -137,6 +137,7 @@ typedef struct
#include <sched.h>
#include_next <pthread.h>
+#include <nucleus/thread.h>
struct timespec;
[In order to use PTHREAD_WARNSW in userspace.]
Applied, thanks.
I fixed your typo (#include_next -> #include).
oK.
--
Philippe.
|
|