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
Notes: sideshowbarker 2024-07-18 05:28:46 +09:00

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