mirror of
https://github.com/fluencelabs/musl
synced 2025-06-13 06:51:43 +00:00
add workaround header for wait.h remapping to sys/wait.h
This commit is contained in:
2
include/wait.h
Normal file
2
include/wait.h
Normal file
@ -0,0 +1,2 @@
|
||||
#warning redirecting incorrect #include <wait.h> to <sys/wait.h>
|
||||
#include <sys/wait.h>
|
Reference in New Issue
Block a user