]> git.ipfire.org Git - thirdparty/glibc.git/blame - include/glob.h
posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (BZ#23264)
[thirdparty/glibc.git] / include / glob.h
CommitLineData
5c2a0669 1#ifndef _GLOB_H
28f540f4 2#include <posix/glob.h>
5c2a0669 3
31341567 4#ifndef _ISOMAC
c41f555e 5libc_hidden_proto (glob)
f8ea3acb 6libc_hidden_proto (glob64)
c41f555e
RM
7libc_hidden_proto (globfree)
8libc_hidden_proto (globfree64)
9
5c2a0669 10/* Now define the internal interfaces. */
a784e502
UD
11extern int __glob_pattern_p (const char *__pattern, int __quote);
12extern int __glob64 (const char *__pattern, int __flags,
13 int (*__errfunc) (const char *, int),
60f0e64b 14 glob64_t *__pglob);
c0769f70 15libc_hidden_proto (__glob64)
31341567 16#endif
5c2a0669
UD
17
18#endif