Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(961)

Unified Diff: gcc/gcc/gthr-tpf.h

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/gthr-posix.c ('k') | gcc/gcc/gthr-vxworks.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/gthr-tpf.h
diff --git a/gcc/gcc/gthr-tpf.h b/gcc/gcc/gthr-tpf.h
index 4bc7e63642fc95b5c1d42531e590bad1e723ca9b..fb23e91cfcd4d37f5a18eb2c1f8514a392b95676 100644
--- a/gcc/gcc/gthr-tpf.h
+++ b/gcc/gcc/gthr-tpf.h
@@ -23,7 +23,7 @@ a copy of the GCC Runtime Library Exception along with this program;
see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
<http://www.gnu.org/licenses/>. */
-/* TPF needs its own version of gthr-*.h because TPF always links to
+/* TPF needs its own version of gthr-*.h because TPF always links to
the thread library. However, for performance reasons we still do not
want to issue thread api calls unless a check is made to see that we
are running as a thread. */
@@ -206,7 +206,7 @@ __gthread_recursive_mutex_unlock (__gthread_recursive_mutex_t *__mutex)
static inline int
__gthread_recursive_mutex_init_function (__gthread_recursive_mutex_t *__mutex)
-{
+{
if (__tpf_pthread_active ())
{
pthread_mutexattr_t __attr;
« no previous file with comments | « gcc/gcc/gthr-posix.c ('k') | gcc/gcc/gthr-vxworks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698