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:
authorJeff Johnston <jjohnstn@redhat.com>2004-05-27 00:32:58 +0400
committerJeff Johnston <jjohnstn@redhat.com>2004-05-27 00:32:58 +0400
commit2b2ced103e20c4dc1cc5aa7306e8867763097b24 (patch)
tree591323f2b950e1a2d14f4865c44f28968773fcc1 /libgloss/libnosys
parentbb42a35c429153600841c165dfe1b7a99d7ebb28 (diff)
2004-05-26 Jeff Johnston <jjohnstn@redhat.com>
* libnosys/sbrk.c: Add include of <_syslist.h>.
Diffstat (limited to 'libgloss/libnosys')
-rw-r--r--libgloss/libnosys/sbrk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgloss/libnosys/sbrk.c b/libgloss/libnosys/sbrk.c
index 8c1c971aa..841c692af 100644
--- a/libgloss/libnosys/sbrk.c
+++ b/libgloss/libnosys/sbrk.c
@@ -1,5 +1,7 @@
/* Version of sbrk for no operating system. */
+#include <_syslist.h>
+
void *
_sbrk (incr)
int incr;