summaryrefslogtreecommitdiff
path: root/src/_forced/getpid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/_forced/getpid.h')
-rw-r--r--src/_forced/getpid.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/_forced/getpid.h b/src/_forced/getpid.h
new file mode 100644
index 00000000..4ad048df
--- /dev/null
+++ b/src/_forced/getpid.h
@@ -0,0 +1,3 @@
+#include "_syscall.h"
+#define getpid() __scall0(getpid)
+