diff options
author | Chris Packham <judge.packham@gmail.com> | 2021-05-14 20:06:07 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-14 20:06:07 +1200 |
commit | f284f4149518de6e8c403a9392be8e817bfab2e8 (patch) | |
tree | 5160950bb9b92a85b4a05dac589859a984269d1d /packages/mingw-w64/v8.0.0/0000-mingw64-malloc.patch | |
parent | f9716e8b9042eb14de85320987300aab99300df5 (diff) | |
parent | 8a96209b69b2915507def95bdc88c15bdd8f70b2 (diff) | |
download | crosstool-ng-f284f4149518de6e8c403a9392be8e817bfab2e8.tar.gz crosstool-ng-f284f4149518de6e8c403a9392be8e817bfab2e8.tar.bz2 crosstool-ng-f284f4149518de6e8c403a9392be8e817bfab2e8.zip |
Merge pull request #1508 from lancethepants/master
Update MinGW to version 8.0.2.
Diffstat (limited to 'packages/mingw-w64/v8.0.0/0000-mingw64-malloc.patch')
-rw-r--r-- | packages/mingw-w64/v8.0.0/0000-mingw64-malloc.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/packages/mingw-w64/v8.0.0/0000-mingw64-malloc.patch b/packages/mingw-w64/v8.0.0/0000-mingw64-malloc.patch deleted file mode 100644 index 835be631..00000000 --- a/packages/mingw-w64/v8.0.0/0000-mingw64-malloc.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- - mingw-w64-tools/genidl/src/genidl_cfg.h | 2 ++ - mingw-w64-tools/genidl/src/genidl_typinfo.c | 3 +++ - 2 files changed, 5 insertions(+), 0 deletions(-) - ---- a/mingw-w64-tools/genidl/src/genidl_cfg.h -+++ b/mingw-w64-tools/genidl/src/genidl_cfg.h -@@ -26,7 +26,9 @@ - #include <stdio.h> - #include <stdlib.h> - #include <string.h> -+#if defined(HAVE_MALLOC_H) - #include <malloc.h> -+#endif - #include <memory.h> - #include <stdarg.h> - #include <stdint.h> ---- a/mingw-w64-tools/genidl/src/genidl_typinfo.c -+++ b/mingw-w64-tools/genidl/src/genidl_typinfo.c -@@ -21,7 +21,10 @@ - #include "genidl_cfg.h" - #include "genidl_typeinfo.h" - #include "genidl_typinfo.h" -+#if defined(HAVE_MALLOC_H) - #include <malloc.h> -+#endif -+#include <stdlib.h> - #include <string.h> - #include <memory.h> |