[svn] Fully declare fnmatch.h.

This commit is contained in:
hniksic 2005-07-06 16:06:35 -07:00
parent 4c539ad7cf
commit 0272acfc52
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-07-06 Hrvoje Niksic <hniksic@xemacs.org>
* sysdep.h: Add a full declaration of fnmatch.h.
2005-07-06 Hrvoje Niksic <hniksic@xemacs.org>
* utils.c: Unconditionally include <setjmp.h>.

View File

@ -177,8 +177,7 @@ int vsnprintf ();
# define FNM_PERIOD (1 << 2) /* Leading `.' is matched only explicitly. */
# define FNM_NOMATCH 1
/* Declare the function minimally. */
int fnmatch ();
int fnmatch (const char *, const char *, int);
#endif
/* Provide sig_atomic_t if the system doesn't. */