diff options
Diffstat (limited to 'libc-top-half/musl/include/wait.h')
-rw-r--r-- | libc-top-half/musl/include/wait.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc-top-half/musl/include/wait.h b/libc-top-half/musl/include/wait.h new file mode 100644 index 0000000..98396e2 --- /dev/null +++ b/libc-top-half/musl/include/wait.h @@ -0,0 +1,2 @@ +#warning redirecting incorrect #include <wait.h> to <sys/wait.h> +#include <sys/wait.h> |