summaryrefslogtreecommitdiff
path: root/userland/libc/include/fcntl.h
diff options
context:
space:
mode:
Diffstat (limited to 'userland/libc/include/fcntl.h')
-rw-r--r--userland/libc/include/fcntl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/userland/libc/include/fcntl.h b/userland/libc/include/fcntl.h
index 29134be..57c968a 100644
--- a/userland/libc/include/fcntl.h
+++ b/userland/libc/include/fcntl.h
@@ -11,3 +11,4 @@
#define O_RDWR (O_WRITE | O_READ)
int open(const char *file, int flags, ...);
+int open_process(int pid);