summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/aix/getpid.c
blob: 67ef7eaf79680f75f7f54c074d8e773b2a553e2e (plain)
1
2
3
4
5
6
/* This is a system call.  We only have to provide the wrapper.  */
int
__getpid (void)
{
  return getpid ();
}