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:
316d674
)
add workaround header for wait.h remapping to sys/wait.h
author
Rich Felker
<dalias@aerifal.cx>
Sun, 1 Sep 2013 05:01:31 +0000
(
01:01
-0400)
committer
Rich Felker
<dalias@aerifal.cx>
Sun, 1 Sep 2013 05:01:31 +0000
(
01:01
-0400)
include/wait.h
[new file with mode: 0644]
patch
|
blob
diff --git a/include/wait.h
b/include/wait.h
new file mode 100644
(file)
index 0000000..
98396e2
--- /dev/null
+++ b/
include/wait.h
@@ -0,0
+1,2
@@
+#warning redirecting incorrect #include <wait.h> to <sys/wait.h>
+#include <sys/wait.h>