mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-28 00:28:52 +00:00
1655025873
https://gcc.gnu.org/pipermail/gcc-announce/2022/000173.html Add GCC 10.4.0 and regenerate the ct-ng patches. The powerpc-Fix-asm-machine-directive-for-some-CPUs patch is dropped as the change was applied upstream (and subsequently refactored). Closes #1777 Signed-off-by: Chris Packham <judge.packham@gmail.com>
15 lines
310 B
Diff
15 lines
310 B
Diff
---
|
|
libgfortran/io/close.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/libgfortran/io/close.c
|
|
+++ b/libgfortran/io/close.c
|
|
@@ -29,6 +29,7 @@
|
|
#if !HAVE_UNLINK_OPEN_FILE
|
|
#include <string.h>
|
|
#endif
|
|
+#include <stdlib.h>
|
|
|
|
typedef enum
|
|
{ CLOSE_INVALID = - 1, CLOSE_DELETE, CLOSE_KEEP, CLOSE_UNSPECIFIED }
|