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