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 /libgloss/cris | |
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.
Diffstat (limited to 'libgloss/cris')
-rw-r--r-- | libgloss/cris/linunistd.h | 2 |
1 files changed, 0 insertions, 2 deletions
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. |