summaryrefslogtreecommitdiff
path: root/packages/mingw-w64/v3.1.0/0000-mingw64-malloc.patch
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-09-21 07:56:07 (GMT)
committerChris Packham <judge.packham@gmail.com>2021-09-21 09:24:31 (GMT)
commita3ea762c1c579034b934a569d55f32959991d667 (patch)
tree2a448e203eee43b9a0a957adb6064a12859d3e9b /packages/mingw-w64/v3.1.0/0000-mingw64-malloc.patch
parenta664e5b8b9fe9e80c75702c0357c8dd49fbf2862 (diff)
mingw-w64: Remove obsolete versions
The following versions were marked obsolete in crosstool-ng-1.24.0, remove them. - mingw-w64-v2.0.10 - mingw-w64-v3.0.0 - mingw-w64-v3.1.0 - mingw-w64-v3.2.0 - mingw-w64-v3.3.0 Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'packages/mingw-w64/v3.1.0/0000-mingw64-malloc.patch')
-rw-r--r--packages/mingw-w64/v3.1.0/0000-mingw64-malloc.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/packages/mingw-w64/v3.1.0/0000-mingw64-malloc.patch b/packages/mingw-w64/v3.1.0/0000-mingw64-malloc.patch
deleted file mode 100644
index 8e0add1..0000000
--- a/packages/mingw-w64/v3.1.0/0000-mingw64-malloc.patch
+++ /dev/null
@@ -1,30 +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(+)
-
---- 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>
-