diff --git a/c/src/exec/posix/src/waitpid.c b/c/src/exec/posix/src/waitpid.c index f20161b5a9..d52177961d 100644 --- a/c/src/exec/posix/src/waitpid.c +++ b/c/src/exec/posix/src/waitpid.c @@ -8,8 +8,10 @@ #include #include -int wait( - int *stat_loc +int waitpid( + pid_t pid, + int *stat_loc, + int options ) { errno = ENOSYS;