aboutsummaryrefslogtreecommitdiffstats
path: root/main/cmake/musl-header-fixes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/cmake/musl-header-fixes.patch')
-rw-r--r--main/cmake/musl-header-fixes.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/main/cmake/musl-header-fixes.patch b/main/cmake/musl-header-fixes.patch
deleted file mode 100644
index edbdc270e3..0000000000
--- a/main/cmake/musl-header-fixes.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-mode_t needs sys/stat.h
-
---- ./Source/cmStandardIncludes.h.orig
-+++ ./Source/cmStandardIncludes.h
-@@ -74,6 +74,8 @@
-
- #if defined( _MSC_VER )
- typedef unsigned short mode_t;
-+#else
-+#include <sys/stat.h>
- #endif
-
- // use this class to shrink the size of symbols in .o files