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, 0 insertions, 4 deletions
diff --git a/newlib/libc/include/sys/wait.h b/newlib/libc/include/sys/wait.h
index 73fe37202..0e4a33945 100644
--- a/newlib/libc/include/sys/wait.h
+++ b/newlib/libc/include/sys/wait.h
@@ -29,10 +29,6 @@ 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 *);