From 424fc070ef8bfcba038a8eb0fbf1006de5f2b20d Mon Sep 17 00:00:00 2001 From: rodrigc Date: Sun, 20 Sep 2015 20:21:49 +0000 Subject: Remove names from some prototypes --- lib/libc/gen/wait.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/gen/wait.c') diff --git a/lib/libc/gen/wait.c b/lib/libc/gen/wait.c index 782a459..7cede6e 100644 --- a/lib/libc/gen/wait.c +++ b/lib/libc/gen/wait.c @@ -42,7 +42,7 @@ __FBSDID("$FreeBSD$"); #include "libc_private.h" -pid_t __wait(int *istat); +pid_t __wait(int *); pid_t __wait(int *istat) -- cgit v1.1