Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/libnosys/sbrk.c')
-rw-r--r--libgloss/libnosys/sbrk.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libgloss/libnosys/sbrk.c b/libgloss/libnosys/sbrk.c
index 39f411cdd..8c1c971aa 100644
--- a/libgloss/libnosys/sbrk.c
+++ b/libgloss/libnosys/sbrk.c
@@ -1,8 +1,5 @@
/* Version of sbrk for no operating system. */
-#include "config.h"
-#include <_syslist.h>
-
void *
_sbrk (incr)
int incr;