Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2008-04-15 23:59:18 +0400
committerJeff Johnston <jjohnstn@redhat.com>2008-04-15 23:59:18 +0400
commit8fcb67cf0bafabc42046e63d3c1f9d1490235e65 (patch)
tree7a44c782a2853a8bb96fac0b5580e3e84c146559 /libgloss/spu
parent45b142890d779ed051bbddef5c7bfb2e4715373e (diff)
2008-04-14 Patrick Mansfield <patmans@us.ibm.com>
* spu/sbrk.c: Remove "extern int errno", use whatever is supplied by sys/errno.h.
Diffstat (limited to 'libgloss/spu')
-rw-r--r--libgloss/spu/sbrk.c2
1 files changed, 0 insertions, 2 deletions
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 <errno.h>
#include <spu_intrinsics.h>
-extern int errno;
-
extern caddr_t _end;
#define STACKSIZE 4096