summaryrefslogtreecommitdiff
path: root/src/unistd/read.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/read.c')
-rw-r--r--src/unistd/read.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/read.c b/src/unistd/read.c
index bb48e4f3..660bc274 100644
--- a/src/unistd/read.c
+++ b/src/unistd/read.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <sys/types.h>
#include "_syscall.h"
@@ -8,3 +10,6 @@ ssize_t read(int fildes, void *buf, size_t nbyte)
/*
POSIX(1)
*/
+
+
+#endif