Changeset 8cd8bf6 in mainline for uspace/lib/posix/fnmatch.h


Ignore:
Timestamp:
2011-07-08T17:25:53Z (14 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
11809eab
Parents:
f5b2522 (diff), ddc63fd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge libposix changes.

File:
1 edited

Legend:

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

    rf5b2522 r8cd8bf6  
    4848#define FNM_NOESCAPE 4
    4949
     50/* GNU Extensions */
     51#undef FNM_FILE_NAME
     52#undef FNM_LEADING_DIR
     53#undef FNM_CASEFOLD
     54#define FNM_FILE_NAME FNM_PATHNAME
     55#define FNM_LEADING_DIR 8
     56#define FNM_CASEFOLD 16
     57
    5058extern int posix_fnmatch(const char *pattern, const char *string, int flags);
    5159
Note: See TracChangeset for help on using the changeset viewer.