diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2017-07-09 15:01:11 -0400 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2017-07-09 15:01:11 -0400 |
commit | c5f70682a53ae118a1541fe5a8142ca1008098ba (patch) | |
tree | 226c5784412a9e7137f1727a12c96dd116962506 /sysdeps/nptl | |
parent | 58d021c83699a4b363ce4db2d932a0d5f864549e (diff) | |
download | glibc-c5f70682a53ae118a1541fe5a8142ca1008098ba.tar.gz glibc-c5f70682a53ae118a1541fe5a8142ca1008098ba.tar.xz glibc-c5f70682a53ae118a1541fe5a8142ca1008098ba.zip |
Use generic pthread support on hppa.
Diffstat (limited to 'sysdeps/nptl')
-rw-r--r-- | sysdeps/nptl/bits/thread-shared-types.h | 2 |
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; }; |