* cris/linunistd.h: Don't redefine errno as extern int.
This commit is contained in:
parent
9a858ffa7f
commit
d55950ba3a
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user