diff options
Diffstat (limited to 'sysdeps/posix/waitid.c')
-rw-r--r-- | sysdeps/posix/waitid.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sysdeps/posix/waitid.c b/sysdeps/posix/waitid.c index 508c8c7061..de41227916 100644 --- a/sysdeps/posix/waitid.c +++ b/sysdeps/posix/waitid.c @@ -149,11 +149,7 @@ OUR_WAITID (idtype_t idtype, id_t id, siginfo_t *infop, int options) 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) { if (SINGLE_THREAD_P) return do_waitid (idtype, id, infop, options); |