소스 검색

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

Rich Felker 11 년 전
부모
커밋
c2d3fd3aad
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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>