toolchain/musl: bump to version 1.1.24
[openwrt/staging/dedeckeh.git] / toolchain / musl / patches / 100-add_glob_onlydir.patch
index db0bc22afa41923602bba16eafdc8fdae27470ae..a784e770df8a48287f62a04c786f780792adbcaf 100644 (file)
@@ -1,8 +1,8 @@
 --- a/include/glob.h
 +++ b/include/glob.h
-@@ -31,6 +31,8 @@ void globfree(glob_t *);
- #define GLOB_NOESCAPE 0x40
- #define       GLOB_PERIOD   0x80
+@@ -34,6 +34,8 @@ void globfree(glob_t *);
+ #define GLOB_TILDE       0x1000
+ #define GLOB_TILDE_CHECK 0x4000
  
 +#define GLOB_ONLYDIR  0x100
 +