diff options
Diffstat (limited to 'sysdeps/unix/sysv/aix/getpid.c')
-rw-r--r-- | sysdeps/unix/sysv/aix/getpid.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sysdeps/unix/sysv/aix/getpid.c b/sysdeps/unix/sysv/aix/getpid.c deleted file mode 100644 index 8a74e22da7..0000000000 --- a/sysdeps/unix/sysv/aix/getpid.c +++ /dev/null @@ -1,9 +0,0 @@ -/* This is a system call. We only have to provide the wrapper. */ -#include <unistd.h> - -int -__getpid (void) -{ - return getpid (); -} -libc_hidden_def (__getpid) |