diff options
author | Sergey Korolev <s.korolev@ndmsystems.com> | 2017-11-05 21:49:03 +0300 |
---|---|---|
committer | Sergey Korolev <s.korolev@ndmsystems.com> | 2017-11-27 18:20:47 +0300 |
commit | fbbbaac5feb68cf3fdcda1112a974f557e29ab59 (patch) | |
tree | 4a7c513d41aff98596b3beb82306c39597dba48a /packages/gcc | |
parent | c990e6814dab34f5f8bad232b875bde74f93cdfe (diff) | |
download | crosstool-ng-fbbbaac5feb68cf3fdcda1112a974f557e29ab59.tar.gz crosstool-ng-fbbbaac5feb68cf3fdcda1112a974f557e29ab59.tar.bz2 crosstool-ng-fbbbaac5feb68cf3fdcda1112a974f557e29ab59.zip |
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.patch | 2 |
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 91f6ca34..3f77e684 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); |