Changeset 4d41821 in mainline
- Timestamp:
- 2011-06-26T01:24:13Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 10fdd0e, 230fcfe
- Parents:
- 1a552fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/fnmatch.h
r1a552fd r4d41821 48 48 #define FNM_NOESCAPE 4 49 49 50 /* GNU Extensions */51 #undef FNM_FILE_NAME52 #undef FNM_LEADING_DIR53 #undef FNM_CASEFOLD54 #define FNM_FILE_NAME FNM_PATHNAME55 #define FNM_LEADING_DIR 856 #define FNM_CASEFOLD 1657 58 50 extern int posix_fnmatch(const char *pattern, const char *string, int flags); 59 51
Note:
See TracChangeset
for help on using the changeset viewer.