public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/fw/builtin-syscalls-4] nptl: Remove duplicate internal __SIZEOF_PTHREAD_MUTEX_T (BZ#25241)
@ 2019-12-31 10:48 Florian Weimer
  0 siblings, 0 replies; only message in thread
From: Florian Weimer @ 2019-12-31 10:48 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=11519fd0c908df2dad50f36a48eb4d0d12ea83a8

commit 11519fd0c908df2dad50f36a48eb4d0d12ea83a8
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Dec 26 17:03:13 2019 -0300

    nptl: Remove duplicate internal __SIZEOF_PTHREAD_MUTEX_T (BZ#25241)
    
    Checked on x86_64-linux-gnu, i686-linux-gnu, and x86_64-linux-gnu-x32.

Diff:
---
 sysdeps/x86/nptl/bits/pthreadtypes-arch.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sysdeps/x86/nptl/bits/pthreadtypes-arch.h b/sysdeps/x86/nptl/bits/pthreadtypes-arch.h
index 426a207..7f8a417 100644
--- a/sysdeps/x86/nptl/bits/pthreadtypes-arch.h
+++ b/sysdeps/x86/nptl/bits/pthreadtypes-arch.h
@@ -24,20 +24,17 @@
 # if __WORDSIZE == 64
 #  define __SIZEOF_PTHREAD_MUTEX_T 40
 #  define __SIZEOF_PTHREAD_ATTR_T 56
-#  define __SIZEOF_PTHREAD_MUTEX_T 40
 #  define __SIZEOF_PTHREAD_RWLOCK_T 56
 #  define __SIZEOF_PTHREAD_BARRIER_T 32
 # else
 #  define __SIZEOF_PTHREAD_MUTEX_T 32
 #  define __SIZEOF_PTHREAD_ATTR_T 32
-#  define __SIZEOF_PTHREAD_MUTEX_T 32
 #  define __SIZEOF_PTHREAD_RWLOCK_T 44
 #  define __SIZEOF_PTHREAD_BARRIER_T 20
 # endif
 #else
 # define __SIZEOF_PTHREAD_MUTEX_T 24
 # define __SIZEOF_PTHREAD_ATTR_T 36
-# define __SIZEOF_PTHREAD_MUTEX_T 24
 # define __SIZEOF_PTHREAD_RWLOCK_T 32
 # define __SIZEOF_PTHREAD_BARRIER_T 20
 #endif


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-12-31 10:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-31 10:48 [glibc/fw/builtin-syscalls-4] nptl: Remove duplicate internal __SIZEOF_PTHREAD_MUTEX_T (BZ#25241) Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).