mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:04:59 +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
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
Add a link
Reference in a new issue