diff options
| author | Jim Meyering <jim@meyering.net> | 1995-01-27 17:16:19 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 1995-01-27 17:16:19 +0000 |
| commit | 0fd3803567aa4893f4e13390b195e2e61f7752e4 (patch) | |
| tree | ace716af0336564a8da57ff49d7e4533415cd9ee /lib/fnmatch.c | |
| parent | (DEFS): Remove -Dlint. (diff) | |
| download | coreutils-0fd3803567aa4893f4e13390b195e2e61f7752e4.tar.gz coreutils-0fd3803567aa4893f4e13390b195e2e61f7752e4.zip | |
Declare errno if it's not defined.
Diffstat (limited to 'lib/fnmatch.c')
| -rw-r--r-- | lib/fnmatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fnmatch.c b/lib/fnmatch.c index 813e28168..aec3d1aba 100644 --- a/lib/fnmatch.c +++ b/lib/fnmatch.c @@ -37,7 +37,7 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #if defined (_LIBC) || !defined (__GNU_LIBRARY__) -#if !defined(__GNU_LIBRARY__) && !defined(STDC_HEADERS) +#ifndef errno extern int errno; #endif |
