Changeset 5e628c64 in mainline


Ignore:
Timestamp:
2011-06-25T21:10:25Z (13 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1a552fd
Parents:
90c5eb6
Message:

fnmatch.h: fix a typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/fnmatch.h

    r90c5eb6 r5e628c64  
    5151#undef FNM_FILE_NAME
    5252#undef FNM_LEADING_DIR
    53 #undef FNM_CASE_FOLD
     53#undef FNM_CASEFOLD
    5454#define FNM_FILE_NAME FNM_PATHNAME
    5555#define FNM_LEADING_DIR 8
    56 #define FNM_CASE_FOLD 16
     56#define FNM_CASEFOLD 16
    5757
    5858extern int posix_fnmatch(const char *pattern, const char *string, int flags);
Note: See TracChangeset for help on using the changeset viewer.