summaryrefslogtreecommitdiff
path: root/userland/libc/fcntl/open_process.c
diff options
context:
space:
mode:
Diffstat (limited to 'userland/libc/fcntl/open_process.c')
-rw-r--r--userland/libc/fcntl/open_process.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/userland/libc/fcntl/open_process.c b/userland/libc/fcntl/open_process.c
deleted file mode 100644
index 8486728..0000000
--- a/userland/libc/fcntl/open_process.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <fcntl.h>
-#include <syscall.h>
-
-int open_process(int pid) {
- RC_ERRNO(syscall(SYS_OPEN_PROCESS, pid, 0, 0, 0, 0));
-}