summaryrefslogtreecommitdiffstats
path: root/sys/sys/wait.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/wait.h')
-rw-r--r--sys/sys/wait.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/sys/wait.h b/sys/sys/wait.h
index 036dda8..cdd3d1e 100644
--- a/sys/sys/wait.h
+++ b/sys/sys/wait.h
@@ -151,11 +151,11 @@ union wait {
__BEGIN_DECLS
struct rusage; /* forward declaration */
-pid_t wait __P((int *));
-pid_t waitpid __P((pid_t, int *, int));
+pid_t wait(int *);
+pid_t waitpid(pid_t, int *, int);
#ifndef _POSIX_SOURCE
-pid_t wait3 __P((int *, int, struct rusage *));
-pid_t wait4 __P((pid_t, int *, int, struct rusage *));
+pid_t wait3(int *, int, struct rusage *);
+pid_t wait4(pid_t, int *, int, struct rusage *);
#endif
__END_DECLS
#endif
OpenPOWER on IntegriCloud