summaryrefslogtreecommitdiff
path: root/sysdeps/nptl
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2017-07-09 15:01:11 -0400
committerJohn David Anglin <danglin@gcc.gnu.org>2017-07-09 15:01:11 -0400
commitc5f70682a53ae118a1541fe5a8142ca1008098ba (patch)
tree226c5784412a9e7137f1727a12c96dd116962506 /sysdeps/nptl
parent58d021c83699a4b363ce4db2d932a0d5f864549e (diff)
Use generic pthread support on hppa.
Diffstat (limited to 'sysdeps/nptl')
-rw-r--r--sysdeps/nptl/bits/thread-shared-types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/nptl/bits/thread-shared-types.h b/sysdeps/nptl/bits/thread-shared-types.h
index d95ac9ac13..1e45f2d8ce 100644
--- a/sysdeps/nptl/bits/thread-shared-types.h
+++ b/sysdeps/nptl/bits/thread-shared-types.h
@@ -118,7 +118,7 @@ struct __pthread_mutex_s
{
__PTHREAD_SPINS_DATA;
__pthread_slist_t __list;
- }
+ };
#endif
__PTHREAD_COMPAT_PADDING_END;
};