summaryrefslogtreecommitdiff
path: root/Source/UnixUserland/getpid.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/UnixUserland/getpid.c')
-rw-r--r--Source/UnixUserland/getpid.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/UnixUserland/getpid.c b/Source/UnixUserland/getpid.c
new file mode 100644
index 0000000..c5e6884
--- /dev/null
+++ b/Source/UnixUserland/getpid.c
@@ -0,0 +1,3 @@
+int getpid() {
+ return 1;
+}