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