diff options
Diffstat (limited to 'libstdc++-v3/src/functexcept.cc')
-rw-r--r-- | libstdc++-v3/src/functexcept.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/src/functexcept.cc b/libstdc++-v3/src/functexcept.cc index 95b65bb326b..266e035662a 100644 --- a/libstdc++-v3/src/functexcept.cc +++ b/libstdc++-v3/src/functexcept.cc @@ -102,7 +102,7 @@ _GLIBCXX_BEGIN_NAMESPACE(std) void __throw_system_error(int __i) - { throw system_error(error_code(__i, system_category)); } + { throw system_error(error_code(__i, generic_category)); } void __throw_ios_failure(const char* __s) |