repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* init.c: Make it compile with older kernel headers.
[glibc.git]
/
conform
/
data
/
fnmatch.h-data
blob
ef34fc4e046b58f6ab15e7b238ac229ecbdbfd58
1
#ifndef ISO
2
constant FNM_NOMATCH
3
constant FNM_PATHNAME
4
constant FNM_PERIOD
5
constant FNM_NOESCAPE
6
constant FNM_NOSYS
7
8
function int fnmatch (const char*, const char*, int)
9
10
allow FNM_*
11
allow *_t
12
#endif