1
Fork 0
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:
Kenneth Myhra 2021-08-19 21:59:44 +02:00 committed by Andreas Kling
parent 1de104c6c4
commit 3f5a42b3dd

View file

@ -8,6 +8,7 @@
#include <sys/types.h>
#define FNM_NOMATCH 1
#define FNM_PATHNAME 1
#define FNM_NOESCAPE 2
#define FNM_PERIOD 4