2004-05-26 Jeff Johnston <jjohnstn@redhat.com>
* libnosys/sbrk.c: Add include of <_syslist.h>.
This commit is contained in:
parent
bb42a35c42
commit
2b2ced103e
|
@ -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,
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
/* Version of sbrk for no operating system. */
|
||||
|
||||
#include <_syslist.h>
|
||||
|
||||
void *
|
||||
_sbrk (incr)
|
||||
int incr;
|
||||
|
|
Loading…
Reference in New Issue