aboutsummaryrefslogtreecommitdiff
path: root/src/userspace/libc/unistd/get_pid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/userspace/libc/unistd/get_pid.c')
-rw-r--r--src/userspace/libc/unistd/get_pid.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/userspace/libc/unistd/get_pid.c b/src/userspace/libc/unistd/get_pid.c
deleted file mode 100644
index c42f460..0000000
--- a/src/userspace/libc/unistd/get_pid.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <stdint.h>
-#include <syscall.h>
-
-u32 get_pid()
-{
- return syscall_get_pid();
-} \ No newline at end of file