diff options
Diffstat (limited to 'src/unistd/brk.c')
-rw-r--r-- | src/unistd/brk.c | 15 |
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 |