diff options
author | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2009-02-18 07:35:36 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2009-02-18 07:35:36 +0000 |
commit | 9b3003d59044a53cddf432024579295ef5df1ca7 (patch) | |
tree | d70eeaeb64ce9289bfb6e172e223f4c4cd5f2910 /libstdc++-v3/include/std/thread | |
parent | 0705d3f487d2b8c709c25051f55079a6e22cb3d0 (diff) | |
download | gcc-9b3003d59044a53cddf432024579295ef5df1ca7.zip gcc-9b3003d59044a53cddf432024579295ef5df1ca7.tar.gz gcc-9b3003d59044a53cddf432024579295ef5df1ca7.tar.bz2 |
system_error (system_category): To system_category().
2009-02-17 Benjamin Kosnik <bkoz@redhat.com>
* include/std/system_error (system_category): To system_category().
(generic_category): To generic_category. DR 890.
* src/system_error.cc: Define.
* include/bits/functexcept.h: Only one __throw_system_error.
* src/functexcept.cc: Same.
* include/std/mutex: Fixup for changes above.
* testsuite/19_diagnostics/error_condition/cons/1.cc: Same.
* testsuite/19_diagnostics/error_code/cons/1.cc: Same.
* testsuite/19_diagnostics/system_error/cons-1.cc: Same.
* config/abi/pre/gnu.ver: Clean up exports.
From-SVN: r144259
Diffstat (limited to 'libstdc++-v3/include/std/thread')
-rw-r--r-- | libstdc++-v3/include/std/thread | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/std/thread b/libstdc++-v3/include/std/thread index 8cd0e3a..8f00489 100644 --- a/libstdc++-v3/include/std/thread +++ b/libstdc++-v3/include/std/thread @@ -89,7 +89,7 @@ namespace std }; // Simple base type that the templatized, derived class containing - // an abitrary functor can be converted to and called. + // an arbitrary functor can be converted to and called. struct _Impl_base { __shared_base_type _M_this_ptr; |