diff options
Diffstat (limited to 'libgloss/rs6000/sim-sbrk.c')
-rw-r--r-- | libgloss/rs6000/sim-sbrk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgloss/rs6000/sim-sbrk.c b/libgloss/rs6000/sim-sbrk.c index 5c8bd65..0bbfe33 100644 --- a/libgloss/rs6000/sim-sbrk.c +++ b/libgloss/rs6000/sim-sbrk.c @@ -13,6 +13,7 @@ * the new terms are clearly indicated on the first page of each file where * they apply. */ +extern int brk(void *addr); extern char _end[]; static char *curbrk = _end; |