summaryrefslogtreecommitdiff
path: root/src/unistd/brk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/brk.c')
-rw-r--r--src/unistd/brk.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/unistd/brk.c b/src/unistd/brk.c
deleted file mode 100644
index d7652e62..00000000
--- a/src/unistd/brk.c
+++ /dev/null
@@ -1,15 +0,0 @@
-#if 0
-
-#include <unistd.h>
-
-int brk(void *addr)
-{
- return 0;
-}
-
-/*
-XOPEN(400,600)
-*/
-
-
-#endif