summaryrefslogtreecommitdiff
path: root/userspace/fd.c
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/fd.c')
-rw-r--r--userspace/fd.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/userspace/fd.c b/userspace/fd.c
deleted file mode 100644
index 80ffd20..0000000
--- a/userspace/fd.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <stdio.h>
-#include <unistd.h>
-
-int main()
-{
-// dup(stdout);
- printf("dup\n");
-}