Chromium Code Reviews

Unified Diff: fusl/include/wait.h

Issue 1573973002: Add a "fork" of musl as //fusl. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « fusl/include/values.h ('k') | fusl/include/wchar.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/include/wait.h
diff --git a/fusl/include/wait.h b/fusl/include/wait.h
new file mode 100644
index 0000000000000000000000000000000000000000..98396e2d20bafada0bf4b0f102c300fd6fa62874
--- /dev/null
+++ b/fusl/include/wait.h
@@ -0,0 +1,2 @@
+#warning redirecting incorrect #include <wait.h> to <sys/wait.h>
+#include <sys/wait.h>
« no previous file with comments | « fusl/include/values.h ('k') | fusl/include/wchar.h » ('j') | no next file with comments »

Powered by Google App Engine