about summary refs log tree commit diff
path: root/sysdeps/hppa/nptl/bits/pthreadtypes-arch.h
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2017-07-24 11:06:19 +0200
committerAndreas Schwab <schwab@suse.de>2017-07-24 12:22:05 +0200
commit55703fcace89b53d7f41f7d85ede50571da2bcc8 (patch)
tree60188bf123a639d8770b4c1141d13d558dae214a /sysdeps/hppa/nptl/bits/pthreadtypes-arch.h
parent2a28610f9ff05484130b71dfd525f031c4066166 (diff)
downloadglibc-55703fcace89b53d7f41f7d85ede50571da2bcc8.tar.gz
glibc-55703fcace89b53d7f41f7d85ede50571da2bcc8.tar.xz
glibc-55703fcace89b53d7f41f7d85ede50571da2bcc8.zip
Remove extra semicolons in struct pthread_mutex (bug 21804)
Diffstat (limited to 'sysdeps/hppa/nptl/bits/pthreadtypes-arch.h')
-rw-r--r--sysdeps/hppa/nptl/bits/pthreadtypes-arch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/hppa/nptl/bits/pthreadtypes-arch.h b/sysdeps/hppa/nptl/bits/pthreadtypes-arch.h
index 7befe5de6d..c1585625d1 100644
--- a/sysdeps/hppa/nptl/bits/pthreadtypes-arch.h
+++ b/sysdeps/hppa/nptl/bits/pthreadtypes-arch.h
@@ -43,10 +43,10 @@
 /* The old 4-word 16-byte aligned lock. This is initalized
    to all ones by the Linuxthreads PTHREAD_MUTEX_INITIALIZER.
    Unused in NPTL.  */
-#define __PTHREAD_COMPAT_PADDING_MID  int __compat_padding[4]
+#define __PTHREAD_COMPAT_PADDING_MID  int __compat_padding[4];
 /* Two more words are left before the NPTL
    pthread_mutex_t is larger than Linuxthreads.  */
-#define __PTHREAD_COMPAT_PADDING_END  int __reserved[2]
+#define __PTHREAD_COMPAT_PADDING_END  int __reserved[2];
 #define __PTHREAD_MUTEX_LOCK_ELISION    0
 
 #define __LOCK_ALIGNMENT __attribute__ ((__aligned__(16)))