mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-26 07:51:06 +00:00
dac4403390
Add GCC 10.5.0 and regenerate patches against the new version. https://gcc.gnu.org/pipermail/gcc-announce/2023/000178.html https://gcc.gnu.org/gcc-10/changes.html 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 }
|