2004-05-26 Jeff Johnston <jjohnstn@redhat.com>

* libnosys/sbrk.c: Add include of <_syslist.h>.
This commit is contained in:
Jeff Johnston 2004-05-26 20:32:58 +00:00
parent bb42a35c42
commit 2b2ced103e
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-05-26 Jeff Johnston <jjohnstn@redhat.com>
* libnosys/sbrk.c: Add include of <_syslist.h>.
2004-05-05 Richard Sandiford <rsandifo@redhat.com>
* mips/array.ld, mips/cfe.ld, mips/ddb-kseg0.ld, mips/ddb.ld,

View File

@ -1,5 +1,7 @@
/* Version of sbrk for no operating system. */
#include <_syslist.h>
void *
_sbrk (incr)
int incr;