mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +00:00
LibC: Add FNM_NOMATCH to fnmatch.h
Adding FNM_NOMATCH fixes the currently broken curl port.
This commit is contained in:
parent
1de104c6c4
commit
3f5a42b3dd
Notes:
sideshowbarker
2024-07-18 05:28:46 +09:00
Author: https://github.com/kennethmyhra Commit: https://github.com/SerenityOS/serenity/commit/3f5a42b3dd0 Pull-request: https://github.com/SerenityOS/serenity/pull/9521
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include <sys/types.h>
|
||||
|
||||
#define FNM_NOMATCH 1
|
||||
#define FNM_PATHNAME 1
|
||||
#define FNM_NOESCAPE 2
|
||||
#define FNM_PERIOD 4
|
||||
|
|
Loading…
Add table
Reference in a new issue