Minor cleanups in libio/iofdopen.c
[glibc.git] / conform / data / fnmatch.h-data
blob12a9a4ac2e15f5bc54987ef66a6590060c023f2e
1 #if !defined ISO && !defined ISO99 && !defined ISO11
2 constant FNM_NOMATCH
3 constant FNM_PATHNAME
4 constant FNM_PERIOD
5 constant FNM_NOESCAPE
6 #if !defined POSIX && !defined XOPEN2K8 && !defined POSIX2008
7 constant FNM_NOSYS
8 #endif
10 function int fnmatch (const char*, const char*, int)
12 allow FNM_*
13 allow *_t
14 #endif