From: jjohnstn Date: Tue, 15 Apr 2008 19:59:18 +0000 (+0000) Subject: 2008-04-14 Patrick Mansfield X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=866b14c33eb3c7e08325681d401f31410f04fad0;p=pf3gnuchains%2Fpf3gnuchains3x.git 2008-04-14 Patrick Mansfield * spu/sbrk.c: Remove "extern int errno", use whatever is supplied by sys/errno.h. --- diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index 3d2e062bf8..b426f32ae2 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,3 +1,8 @@ +2008-04-14 Patrick Mansfield + + * spu/sbrk.c: Remove "extern int errno", use whatever is supplied + by sys/errno.h. + 2008-04-04 DJ Delorie * hp74x/configure: Regenerate with autoconf 2.61. diff --git a/libgloss/spu/sbrk.c b/libgloss/spu/sbrk.c index 6f21b03798..00c8d97726 100644 --- a/libgloss/spu/sbrk.c +++ b/libgloss/spu/sbrk.c @@ -34,8 +34,6 @@ Author: Andreas Neukoetter (ti95neuk@de.ibm.com) #include #include -extern int errno; - extern caddr_t _end; #define STACKSIZE 4096