Remove powerpc, sparc fdim inlines (bug 22987).
[glibc.git] / include / glob.h
blob1d2f78793eda4c07adad76f679122a9ba106a428
1 #ifndef _GLOB_H
2 #include <posix/glob.h>
4 #ifndef _ISOMAC
5 libc_hidden_proto (glob)
6 libc_hidden_proto (glob64)
7 libc_hidden_proto (globfree)
8 libc_hidden_proto (globfree64)
10 /* Now define the internal interfaces. */
11 extern int __glob_pattern_p (const char *__pattern, int __quote);
12 extern int __glob64 (const char *__pattern, int __flags,
13 int (*__errfunc) (const char *, int),
14 glob64_t *__pglob);
15 libc_hidden_proto (__glob64)
16 #endif
18 #endif