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:
authorHans-Peter Nilsson <hp@axis.com>2005-11-17 15:01:44 +0300
committerHans-Peter Nilsson <hp@axis.com>2005-11-17 15:01:44 +0300
commitd55950ba3a50f0db3f5ec12d1586a132b454ffc6 (patch)
treee25a841aae04f3d6936a29cc854d6855ad91b176
parent9a858ffa7f2dc7c9e733636c9637eed45a501384 (diff)
* cris/linunistd.h: Don't redefine errno as extern int.
-rw-r--r--libgloss/ChangeLog4
-rw-r--r--libgloss/cris/linunistd.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index 07e2da01f..d6134a9d8 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-17 Hans-Peter Nilsson <hp@axis.com>
+
+ * cris/linunistd.h: Don't redefine errno as extern int.
+
2005-10-20 Jeff Johnston <jjohnstn@redhat.com>
* arm/configure.in: Add AC_SUBST for BUILD_CRT0_TRUE and
diff --git a/libgloss/cris/linunistd.h b/libgloss/cris/linunistd.h
index a00eb78ca..039679d4d 100644
--- a/libgloss/cris/linunistd.h
+++ b/libgloss/cris/linunistd.h
@@ -37,8 +37,6 @@
#include "libnosys/warning.h"
#include <errno.h>
-#undef errno
-extern int errno;
/*
* This file contains the system call numbers, and stub macros for libc.