projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
870cc67
)
include signal.h to avoid thorny __sigcontext/sigcontext issues
author
Rich Felker
<dalias@aerifal.cx>
Thu, 21 Apr 2011 18:21:57 +0000
(14:21 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Thu, 21 Apr 2011 18:21:57 +0000
(14:21 -0400)
this is explicitly allowed by POSIX
include/sys/wait.h
patch
|
blob
|
history
diff --git
a/include/sys/wait.h
b/include/sys/wait.h
index 8e3d72d6c71e37898ff2bdcb58b04e96594c1c88..ae41a48e03caa59c7b4f320a01a19ddfe0a86a3c 100644
(file)
--- a/
include/sys/wait.h
+++ b/
include/sys/wait.h
@@
-4,10
+4,10
@@
extern "C" {
#endif
+#include <signal.h>
+
#define __NEED_pid_t
#define __NEED_id_t
-#define __NEED_time_t
-#define __NEED_struct_timeval
#define __NEED_siginfo_t
#include <bits/alltypes.h>