glibc/conform/data/fnmatch.h-data
Ulrich Drepper f095bb7204 Add support for XPG7 testing.
The header conformance testing code needed extending for XPG7.  This
exposed a few bugs in the headers.  There are more changes to come.
2010-01-09 10:56:41 -08:00

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