libstdc++: Deal with ENOSYS == ENOTSUP
authorAndreas Krebbel <krebbel@linux.ibm.com>
Fri, 6 Mar 2020 08:37:55 +0000 (09:37 +0100)
committerAndreas Krebbel <krebbel@linux.ibm.com>
Fri, 6 Mar 2020 11:21:24 +0000 (12:21 +0100)
commit28119fba7f1a3c96dde58905277eac4de148f210
tree128d991f0ba8b520504256f4f614a60ba3f72db9
parenteb637e76047a3b1d9787b1c75de5da3db2fe8aea
libstdc++: Deal with ENOSYS == ENOTSUP

zTPF uses the same numeric value for ENOSYS and ENOTSUP.

libstdc++-v3/ChangeLog:

2020-03-06  Andreas Krebbel  <krebbel@linux.ibm.com>

* src/c++11/system_error.cc: Omit the ENOTSUP case statement if it
would match ENOSYS.
libstdc++-v3/ChangeLog
libstdc++-v3/src/c++11/system_error.cc