[review v3] nptl: Add default pthreadtypes-arch.h
Adhemerval Zanella (Code Review)
gerrit@gnutoolchain-gerrit.osci.io
Fri Nov 22 17:53:00 GMT 2019
Adhemerval Zanella has posted comments on this change.
Change URL: https://gnutoolchain-gerrit.osci.io/r/c/glibc/+/520
......................................................................
Patch Set 3:
(1 comment)
| --- /dev/null
| +++ sysdeps/nptl/bits/pthreadtypes-arch.h
| @@ -1,0 +27,19 @@ # define __SIZEOF_PTHREAD_ATTR_T 56
| +# define __SIZEOF_PTHREAD_MUTEX_T 40
| +# define __SIZEOF_PTHREAD_RWLOCK_T 56
| +# define __SIZEOF_PTHREAD_BARRIER_T 32
| +# define __SIZEOF_PTHREAD_COND_T 48
| +#else
| +# define __SIZEOF_PTHREAD_ATTR_T 36
| +# define __SIZEOF_PTHREAD_MUTEX_T 24
| +# define __SIZEOF_PTHREAD_RWLOCK_T 32
| +# define __SIZEOF_PTHREAD_BARRIER_T 20
| +# define __SIZEOF_PTHREAD_COND_T 48
PS3, Line 36:
Ack
| +#endif
| +#define __SIZEOF_PTHREAD_MUTEXATTR_T 4
| +#define __SIZEOF_PTHREAD_RWLOCKATTR_T 8
| +#define __SIZEOF_PTHREAD_BARRIERATTR_T 4
| +#define __SIZEOF_PTHREAD_CONDATTR_T 4
| +
| +#define __LOCK_ALIGNMENT
| +#define __ONCE_ALIGNMENT
| +
--
Gerrit-Project: glibc
Gerrit-Branch: master
Gerrit-Change-Id: Ie0cd586258a2650f715c1af0c9fe4e7063b0409a
Gerrit-Change-Number: 520
Gerrit-PatchSet: 3
Gerrit-Owner: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Gerrit-Reviewer: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Gerrit-CC: Florian Weimer <fweimer@redhat.com>
Gerrit-Comment-Date: Fri, 22 Nov 2019 17:53:31 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Florian Weimer <fweimer@redhat.com>
Gerrit-MessageType: comment
More information about the Libc-alpha
mailing list