system_error.cc
7.95 KB
-
libstdc++: Deal with ENOSYS == ENOTSUP · 28119fba
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.
Andreas Krebbel committed