| Index: fusl/src/process/waitid.c
|
| diff --git a/fusl/src/process/waitid.c b/fusl/src/process/waitid.c
|
| index c67feac3836fcfa7487e11560f5990f5021a733c..b30340a48387767d01b05bfa18a2235389f02ee8 100644
|
| --- a/fusl/src/process/waitid.c
|
| +++ b/fusl/src/process/waitid.c
|
| @@ -2,7 +2,6 @@
|
| #include "syscall.h"
|
| #include "libc.h"
|
|
|
| -int waitid(idtype_t type, id_t id, siginfo_t *info, int options)
|
| -{
|
| - return syscall_cp(SYS_waitid, type, id, info, options, 0);
|
| +int waitid(idtype_t type, id_t id, siginfo_t* info, int options) {
|
| + return syscall_cp(SYS_waitid, type, id, info, options, 0);
|
| }
|
|
|