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
syslog: Improve fortify with clang
[glibc.git]
/
include
/
fnmatch.h
blob
9ef8150eda56a3e8ad2e8a09400fdc6841a36346
1
#ifndef _FNMATCH_H
2
3
#include <posix/fnmatch.h>
4
5
#ifndef _ISOMAC
6
libc_hidden_proto
(
fnmatch
)
7
#endif
8
9
#endif