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