about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/aix/getpid.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/aix/getpid.c')
-rw-r--r--sysdeps/unix/sysv/aix/getpid.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/aix/getpid.c b/sysdeps/unix/sysv/aix/getpid.c
new file mode 100644
index 0000000000..67ef7eaf79
--- /dev/null
+++ b/sysdeps/unix/sysv/aix/getpid.c
@@ -0,0 +1,6 @@
+/* This is a system call.  We only have to provide the wrapper.  */
+int
+__getpid (void)
+{
+  return getpid ();
+}