mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 17:37:47 +00:00
LibC: Add stub for fnmatch and a set of defined values
This adds a stub for fnmatch and the following defined values: - FNM_PATHNAME - FNM_NOESCAPE - FNM_PERIOD - FNM_FILE_NAME - FNM_LEADING_DIR - FNM_CASEFOLD - FNM_EXTMATCH
This commit is contained in:
parent
8d19d8861a
commit
8abfcb976d
3 changed files with 38 additions and 0 deletions
|
@ -7,6 +7,7 @@ set(LIBC_SOURCES
|
|||
dlfcn.cpp
|
||||
fcntl.cpp
|
||||
fenv.cpp
|
||||
fnmatch.cpp
|
||||
getopt.cpp
|
||||
grp.cpp
|
||||
inttypes.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue