mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
f095bb7204
The header conformance testing code needed extending for XPG7. This exposed a few bugs in the headers. There are more changes to come.
15 lines
251 B
Plaintext
15 lines
251 B
Plaintext
#ifndef ISO
|
|
constant FNM_NOMATCH
|
|
constant FNM_PATHNAME
|
|
constant FNM_PERIOD
|
|
constant FNM_NOESCAPE
|
|
#if !defined XOPEN2K8 && !defined POSIX2008
|
|
constant FNM_NOSYS
|
|
#endif
|
|
|
|
function int fnmatch (const char*, const char*, int)
|
|
|
|
allow FNM_*
|
|
allow *_t
|
|
#endif
|