summaryrefslogtreecommitdiff
path: root/packages/gcc/8.3.0/0006-libgfortran-missing-include.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2019-02-25 23:55:10 (GMT)
committerGitHub <noreply@github.com>2019-02-25 23:55:10 (GMT)
commit84854dc9b03d0ff60c7b2e1e46331eadcc89fc58 (patch)
treea6a9042c6fccb2e764ff059fcafae1ea819c6354 /packages/gcc/8.3.0/0006-libgfortran-missing-include.patch
parent5b689264dd025d6be904e8a205504e75300c750a (diff)
parentc0844b6c88f2ad851b03a1d7434ec85eda3a0ae6 (diff)
Merge pull request #1150 from stilor/patches-gcc-8.3.0crosstool-ng-1.24.0-rc2
Run GCC 8.3.0 patches through manage-packages.sh -P
Diffstat (limited to 'packages/gcc/8.3.0/0006-libgfortran-missing-include.patch')
-rw-r--r--packages/gcc/8.3.0/0006-libgfortran-missing-include.patch9
1 files changed, 6 insertions, 3 deletions
diff --git a/packages/gcc/8.3.0/0006-libgfortran-missing-include.patch b/packages/gcc/8.3.0/0006-libgfortran-missing-include.patch
index 7c56d6b..6e2e4e4 100644
--- a/packages/gcc/8.3.0/0006-libgfortran-missing-include.patch
+++ b/packages/gcc/8.3.0/0006-libgfortran-missing-include.patch
@@ -1,6 +1,9 @@
-diff -Nur a/libgfortran/io/close.c b/libgfortran/io/close.c
---- a/libgfortran/io/close.c 2018-10-05 15:16:21.000000000 -0500
-+++ b/libgfortran/io/close.c 2019-02-22 11:21:54.547170028 -0600
+---
+ libgfortran/io/close.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+--- a/libgfortran/io/close.c
++++ b/libgfortran/io/close.c
@@ -28,6 +28,7 @@
#if !HAVE_UNLINK_OPEN_FILE
#include <string.h>