mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Patch from Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
to fix problem where wait() was in this file -- not waitpid().
This commit is contained in:
@@ -8,8 +8,10 @@
|
||||
#include <sys/wait.h>
|
||||
#include <errno.h>
|
||||
|
||||
int wait(
|
||||
int *stat_loc
|
||||
int waitpid(
|
||||
pid_t pid,
|
||||
int *stat_loc,
|
||||
int options
|
||||
)
|
||||
{
|
||||
errno = ENOSYS;
|
||||
|
||||
Reference in New Issue
Block a user