OSDN Git Service

add workaround header for wait.h remapping to sys/wait.h
authorRich Felker <dalias@aerifal.cx>
Sun, 1 Sep 2013 05:01:31 +0000 (01:01 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 1 Sep 2013 05:01:31 +0000 (01:01 -0400)
include/wait.h [new file with mode: 0644]

diff --git a/include/wait.h b/include/wait.h
new file mode 100644 (file)
index 0000000..98396e2
--- /dev/null
@@ -0,0 +1,2 @@
+#warning redirecting incorrect #include <wait.h> to <sys/wait.h>
+#include <sys/wait.h>