diff options
Diffstat (limited to 'posix/waitid.c')
-rw-r--r-- | posix/waitid.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/posix/waitid.c b/posix/waitid.c index a82462fa80..f72bca9297 100644 --- a/posix/waitid.c +++ b/posix/waitid.c @@ -22,11 +22,7 @@ #include <sys/wait.h> int -__waitid (idtype, id, infop, options) - idtype_t idtype; - id_t id; - siginfo_t *infop; - int options; +__waitid (idtype_t idtype, id_t id, siginfo_t *infop, int options) { __set_errno (ENOSYS); return -1; |