Mercurial > hg > octave-kai > gnulib-hg
diff lib/fnmatch.c @ 5159:a535859efd14
Merge from coreutils.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Sat, 07 Aug 2004 00:09:38 +0000 |
parents | 1aecdc8063ba |
children | 050058152c7c |
line wrap: on
line diff
--- a/lib/fnmatch.c +++ b/lib/fnmatch.c @@ -35,6 +35,7 @@ #include <ctype.h> #include <errno.h> #include <stddef.h> +#include <stdbool.h> #include <stdlib.h> #include <string.h> @@ -156,10 +157,6 @@ /* Avoid depending on library functions or files whose names are inconsistent. */ -# ifndef errno -extern int errno; -# endif - /* Global variable. */ static int posixly_correct;