summaryrefslogtreecommitdiff
path: root/misc/glob.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc/glob.h')
-rw-r--r--misc/glob.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/glob.h b/misc/glob.h
index a52d1096c..c4e38c976 100644
--- a/misc/glob.h
+++ b/misc/glob.h
@@ -152,12 +152,12 @@ typedef struct
If memory cannot be allocated for PGLOB, GLOB_NOSPACE is returned.
Otherwise, `glob' returns zero. */
#if _FILE_OFFSET_BITS != 64
-extern int glob __P ((__const char *__pattern, int __flags,
+extern int xxglob __P ((__const char *__pattern, int __flags,
int (*__errfunc) (__const char *, int),
glob_t *__pglob));
/* Free storage allocated in PGLOB by a previous `glob' call. */
-extern void globfree __P ((glob_t *__pglob));
+extern void xxglobfree __P ((glob_t *__pglob));
#else
# if __GNUC__ >= 2
extern int glob __P ((__const char *__pattern, int __flags,