From 4970c9e0b58773566a4073852c239f3662cec0aa Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 5 Feb 2020 18:09:04 +0100 Subject: nptl: add missing pthread-offsets.h All architectures using their own definition of struct __pthread_rwlock_arch_t need to provide their own pthread-offsets.h. --- sysdeps/alpha/nptl/pthread-offsets.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sysdeps/alpha/nptl/pthread-offsets.h (limited to 'sysdeps/alpha') diff --git a/sysdeps/alpha/nptl/pthread-offsets.h b/sysdeps/alpha/nptl/pthread-offsets.h new file mode 100644 index 0000000000..31f0587bec --- /dev/null +++ b/sysdeps/alpha/nptl/pthread-offsets.h @@ -0,0 +1,3 @@ +#define __PTHREAD_MUTEX_KIND_OFFSET 16 + +#define __PTHREAD_RWLOCK_FLAGS_OFFSET 48 -- cgit 1.4.1