* cris/linunistd.h: Don't redefine errno as extern int.

This commit is contained in:
Hans-Peter Nilsson
2005-11-17 12:01:44 +00:00
parent 9a858ffa7f
commit d55950ba3a
2 changed files with 4 additions and 2 deletions

View File

@@ -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.