AIX implementation of getpid.
This commit is contained in:
parent
7c5ac4b846
commit
c7e7790bfb
6
sysdeps/unix/sysv/aix/getpid.c
Normal file
6
sysdeps/unix/sysv/aix/getpid.c
Normal file
@ -0,0 +1,6 @@
|
||||
/* This is a system call. We only have to provide the wrapper. */
|
||||
int
|
||||
__getpid (void)
|
||||
{
|
||||
return getpid ();
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user