Explorar o código

add workaround header for wait.h remapping to sys/wait.h

Rich Felker %!s(int64=11) %!d(string=hai) anos
pai
achega
c2d3fd3aad
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      include/wait.h

+ 2 - 0
include/wait.h

@@ -0,0 +1,2 @@
+#warning redirecting incorrect #include <wait.h> to <sys/wait.h>
+#include <sys/wait.h>