Remove unnecessary code from x86-32 SSSE3 strncmp
[platform/upstream/glibc.git] / include / glob.h
1 #ifndef _GLOB_H
2 #include <posix/glob.h>
3
4 libc_hidden_proto (glob)
5 libc_hidden_proto (glob64)
6 libc_hidden_proto (globfree)
7 libc_hidden_proto (globfree64)
8
9 /* Now define the internal interfaces.  */
10 extern int __glob_pattern_p (__const char *__pattern, int __quote);
11 extern int __glob64 (__const char *__pattern, int __flags,
12                      int (*__errfunc) (__const char *, int),
13                      glob64_t *__pglob);
14
15 #endif