From 8fcb67cf0bafabc42046e63d3c1f9d1490235e65 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Tue, 15 Apr 2008 19:59:18 +0000 Subject: [PATCH] 2008-04-14 Patrick Mansfield * spu/sbrk.c: Remove "extern int errno", use whatever is supplied by sys/errno.h. --- libgloss/ChangeLog | 5 +++++ libgloss/spu/sbrk.c | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index 3d2e062bf..b426f32ae 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 6f21b0379..00c8d9772 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