libposix: getppid
This commit is contained in:
@ -158,6 +158,12 @@ POSIX_getpid(int *errnop)
|
||||
return getpid();
|
||||
}
|
||||
|
||||
int
|
||||
POSIX_getppid(int *errnop)
|
||||
{
|
||||
return getppid();
|
||||
}
|
||||
|
||||
int
|
||||
POSIX_fork(int *errnop)
|
||||
{
|
||||
|
Reference in New Issue
Block a user