diff options
Diffstat (limited to 'posix/glob.h')
-rw-r--r-- | posix/glob.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/posix/glob.h b/posix/glob.h index bf0759c077..6a3ab1817f 100644 --- a/posix/glob.h +++ b/posix/glob.h @@ -183,7 +183,6 @@ extern void globfree64 __P ((glob64_t *__pglob)); This function is not part of the interface specified by POSIX.2 but several programs want to use it. */ -extern int __glob_pattern_p __P ((__const char *__pattern, int __quote)); extern int glob_pattern_p __P ((__const char *__pattern, int __quote)); #endif |