glibc/sysdeps/hppa/nptl/bits
John David Anglin ab991a3d1b hppa: Drop 16-byte pthread lock alignment
Linux threads were removed about 12 years ago and the current
nptl implementation only requires 4-byte alignment for pthread
locks.

The 16-byte alignment causes various issues. For example in
building ignition-msgs, we have:

/usr/include/google/protobuf/map.h:124:37: error: static assertion failed
  124 |   static_assert(alignof(value_type) <= 8, "");
      |                 ~~~~~~~~~~~~~~~~~~~~^~~~

This is caused by the 16-byte pthread lock alignment.

Signed-off-by: John David Anglin <dave.anglin@bell.net>
2023-03-26 21:16:22 +00:00
..
pthreadtypes-arch.h hppa: Drop 16-byte pthread lock alignment 2023-03-26 21:16:22 +00:00
struct_mutex.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
struct_rwlock.h hppa: Drop 16-byte pthread lock alignment 2023-03-26 21:16:22 +00:00