]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/posix/waitid.c
Function declaration cleanup
[thirdparty/glibc.git] / sysdeps / posix / waitid.c
index 508c8c7061d9a7d21c659dc849a7185c69f662e8..de41227916994a38a9603368563d5332ec24983f 100644 (file)
@@ -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);