2.3.3-74
[glibc.git] / sysdeps / unix / sysv / aix / getpid.c
blob8a74e22da73835a0858d9e3ccd06da46e4bd5f7d
1 /* This is a system call. We only have to provide the wrapper. */
2 #include <unistd.h>
4 int
5 __getpid (void)
7 return getpid ();
9 libc_hidden_def (__getpid)