mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-27 04:41:02 +08:00
Add prototypes for the __new_* functions.
This commit is contained in:
parent
7d3d725cc6
commit
bb71df5f5f
@ -21,6 +21,12 @@
|
||||
#define globfree(pglob) \
|
||||
__new_globfree (pglob)
|
||||
|
||||
/* We need prototypes for these new names. */
|
||||
extern int __new_glob (const char *__pattern, int __flags,
|
||||
int (*__errfunc) (const char *, int),
|
||||
glob_t *__pglob);
|
||||
extern void __new_globfree (glob_t *__pglob);
|
||||
|
||||
#include <sysdeps/generic/glob.c>
|
||||
|
||||
#undef glob
|
||||
|
Loading…
Reference in New Issue
Block a user