about summary refs log tree commit diff
path: root/sysdeps/s390/nptl/pthread-offsets.h
blob: 25b5bf2cbd4bc80625115c669ae9bcd7c3a27417 (plain) (blame)
1
2
3
4
5
6
7
#include <bits/wordsize.h>

#if __WORDSIZE == 64
# define __PTHREAD_MUTEX_KIND_OFFSET     16
#else
# define __PTHREAD_MUTEX_KIND_OFFSET     12
#endif