diff options
Diffstat (limited to 'lib/libc/gen/waitid.c')
-rw-r--r-- | lib/libc/gen/waitid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/waitid.c b/lib/libc/gen/waitid.c index 0ae4afd..8bdd652 100644 --- a/lib/libc/gen/waitid.c +++ b/lib/libc/gen/waitid.c @@ -39,7 +39,7 @@ __FBSDID("$FreeBSD$"); #include "un-namespace.h" #include "libc_private.h" -int __waitid(idtype_t idtype, id_t id, siginfo_t *info, int flags); +int __waitid(idtype_t, id_t, siginfo_t *, int); int __waitid(idtype_t idtype, id_t id, siginfo_t *info, int flags) |