(errno): Remove declaration, as we are now assuming C89 or better, and
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 3 Nov 2002 06:16:55 +0000 (06:16 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 3 Nov 2002 06:16:55 +0000 (06:16 +0000)
C89 guarantees errno.

src/system.h

index 9bd7265..9aa6ea8 100644 (file)
@@ -79,10 +79,6 @@ char *alloca ();
 #endif /* not STDC_HEADERS and not HAVE_STRING_H */
 
 #include <errno.h>
-#ifndef errno
-extern int errno;
-#endif
-
 #include <limits.h>
 
 # include "xalloc.h"