Explorar el Código

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

Rich Felker hace 11 años
padre
commit
c2d3fd3aad
Se han modificado 1 ficheros con 2 adiciones y 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>