summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include/sys/wait.h
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/include/sys/wait.h')
-rw-r--r--newlib/libc/include/sys/wait.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/include/sys/wait.h b/newlib/libc/include/sys/wait.h
index 0e4a33945..73fe37202 100644
--- a/newlib/libc/include/sys/wait.h
+++ b/newlib/libc/include/sys/wait.h
@@ -29,6 +29,10 @@ extern "C" {
pid_t wait (int *);
pid_t waitpid (pid_t, int *, int);
+#ifdef _COMPILING_NEWLIB
+pid_t _wait (int *);
+#endif
+
/* Provide prototypes for most of the _<systemcall> names that are
provided in newlib for some compilers. */
pid_t _wait (int *);