summaryrefslogtreecommitdiff
path: root/userspace/fd.c
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/fd.c')
-rw-r--r--userspace/fd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/userspace/fd.c b/userspace/fd.c
index 09cb28e..80ffd20 100644
--- a/userspace/fd.c
+++ b/userspace/fd.c
@@ -3,7 +3,6 @@
int main()
{
- dup(stdout);
+// dup(stdout);
printf("dup\n");
-
}