Commit 351a5f81 by Jonathan Wakely Committed by Jonathan Wakely

* config/cpu/sh/atomicity.h: Fix typo in comment.

From-SVN: r235156
parent b05cf382
2016-04-18 Jonathan Wakely <jwakely@redhat.com> 2016-04-18 Jonathan Wakely <jwakely@redhat.com>
* config/cpu/sh/atomicity.h: Fix typo in comment.
PR libstdc++/70294 PR libstdc++/70294
* include/std/thread (operator<, operator==): Move definitions to * include/std/thread (operator<, operator==): Move definitions to
namespace-scope. namespace-scope.
......
...@@ -30,6 +30,6 @@ ...@@ -30,6 +30,6 @@
// set in the environment. This makes it impossible to enable the proper // set in the environment. This makes it impossible to enable the proper
// atomic model on SH without modifying GCC itself, because libstdc++ always // atomic model on SH without modifying GCC itself, because libstdc++ always
// thinks the target doesn't do any atomics and uses the default mutex based // thinks the target doesn't do any atomics and uses the default mutex based
// implementation from cpu/generic/atomicity/mutex. // implementation from cpu/generic/atomicity_mutex.
#include <ext/atomicity.h> #include <ext/atomicity.h>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment