summaryrefslogtreecommitdiff
path: root/packages/gcc
diff options
context:
space:
mode:
authorSergey Korolev <s.korolev@ndmsystems.com>2017-11-05 18:49:03 (GMT)
committerSergey Korolev <s.korolev@ndmsystems.com>2017-11-27 15:20:47 (GMT)
commitfbbbaac5feb68cf3fdcda1112a974f557e29ab59 (patch)
tree4a7c513d41aff98596b3beb82306c39597dba48a /packages/gcc
parentc990e6814dab34f5f8bad232b875bde74f93cdfe (diff)
gcc 7.2.0: fix 952-bionic-errno.patch offsets
Diffstat (limited to 'packages/gcc')
-rw-r--r--packages/gcc/7.2.0/952-bionic-errno.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/7.2.0/952-bionic-errno.patch b/packages/gcc/7.2.0/952-bionic-errno.patch
index 91f6ca3..3f77e68 100644
--- a/packages/gcc/7.2.0/952-bionic-errno.patch
+++ b/packages/gcc/7.2.0/952-bionic-errno.patch
@@ -8,7 +8,7 @@ diff --git a/libstdc++-v3/src/filesystem/dir.cc b/libstdc++-v3/src/filesystem/di
index 6ff12d0..5bbd664 100644
--- a/libstdc++-v3/src/filesystem/dir.cc
+++ b/libstdc++-v3/src/filesystem/dir.cc
-@@ -147,7 +147,7 @@ fs::_Dir::advance(error_code* ec, directory_options options)
+@@ -146,7 +146,7 @@ fs::_Dir::advance(error_code* ec, directory_options options)
int err = std::exchange(errno, 0);
const auto entp = readdir(dirp);