diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2005-11-17 12:01:44 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2005-11-17 12:01:44 +0000 |
commit | d55950ba3a50f0db3f5ec12d1586a132b454ffc6 (patch) | |
tree | e25a841aae04f3d6936a29cc854d6855ad91b176 | |
parent | 9a858ffa7f2dc7c9e733636c9637eed45a501384 (diff) | |
download | cygnal-d55950ba3a50f0db3f5ec12d1586a132b454ffc6.tar.gz cygnal-d55950ba3a50f0db3f5ec12d1586a132b454ffc6.tar.bz2 cygnal-d55950ba3a50f0db3f5ec12d1586a132b454ffc6.zip |
* cris/linunistd.h: Don't redefine errno as extern int.
-rw-r--r-- | libgloss/ChangeLog | 4 | ||||
-rw-r--r-- | libgloss/cris/linunistd.h | 2 |
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. |