2004-05-26 Jeff Johnston <jjohnstn@redhat.com>
* libnosys/sbrk.c: Add include of <_syslist.h> and "config.h".
This commit is contained in:
parent
2b2ced103e
commit
6d70519a4b
|
@ -1,6 +1,6 @@
|
|||
2004-05-26 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* libnosys/sbrk.c: Add include of <_syslist.h>.
|
||||
* libnosys/sbrk.c: Add include of <_syslist.h> and "config.h".
|
||||
|
||||
2004-05-05 Richard Sandiford <rsandifo@redhat.com>
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* Version of sbrk for no operating system. */
|
||||
|
||||
#include "config.h"
|
||||
#include <_syslist.h>
|
||||
|
||||
void *
|
||||
|
|
Loading…
Reference in New Issue