mirror of
https://github.com/mirror/wget.git
synced 2025-01-04 01:10:28 +08:00
[svn] Fully declare fnmatch.h.
This commit is contained in:
parent
4c539ad7cf
commit
0272acfc52
@ -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>.
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user