add some missing GNU FNM_* extensions to the header

note that none of these are implemented, and programs depending on
them may break... patch by sh4rm4
This commit is contained in:
Rich Felker 2011-10-17 12:24:23 -04:00
parent 03860303c2
commit 42976cee2d
1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,9 @@ extern "C" {
#define FNM_PERIOD 0x4
#ifdef _GNU_SOURCE
#define FNM_CASEFOLD 0x10
#define FNM_LEADING_DIR 0x8
#define FNM_CASEFOLD 0x10
#define FNM_FILE_NAME FNM_PATHNAME
#endif
#define FNM_NOMATCH 1