OSDN Git Service

2008-04-14 Patrick Mansfield <patmans@us.ibm.com>
authorjjohnstn <jjohnstn>
Tue, 15 Apr 2008 19:59:18 +0000 (19:59 +0000)
committerjjohnstn <jjohnstn>
Tue, 15 Apr 2008 19:59:18 +0000 (19:59 +0000)
        * spu/sbrk.c: Remove "extern int errno", use whatever is supplied
        by sys/errno.h.

libgloss/ChangeLog
libgloss/spu/sbrk.c

index 3d2e062..b426f32 100644 (file)
@@ -1,3 +1,8 @@
+2008-04-14  Patrick Mansfield  <patmans@us.ibm.com>
+
+       * spu/sbrk.c: Remove "extern int errno", use whatever is supplied
+       by sys/errno.h.
+                 
 2008-04-04  DJ Delorie  <dj@redhat.com>
 
        * hp74x/configure: Regenerate with autoconf 2.61.
index 6f21b03..00c8d97 100644 (file)
@@ -34,8 +34,6 @@ Author: Andreas Neukoetter (ti95neuk@de.ibm.com)
 #include <errno.h>
 #include <spu_intrinsics.h>
 
-extern int errno;
-
 extern caddr_t  _end;
 #define STACKSIZE 4096