|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.22, 2011/01/31 04:20:50 | version 1.23, 2011/01/31 15:07:29 | ||
|---|---|---|---|
|
|
||
| int | int | ||
| fnmatch(const char *pattern, const char *string, int flags) | fnmatch(const char *pattern, const char *string, int flags) | ||
| { | { | ||
| return fnmatchx(pattern, string, flags, 128); | return fnmatchx(pattern, string, flags, 64); | ||
| } | } |