about summary refs log tree commit diff
path: root/sysdeps/x86_64/nptl/pthread-offsets.h
blob: a311da40c6b16687357bbae222e9da8b85c5d986 (plain) (blame)
1
2
3
4
5
6
7
#define __PTHREAD_MUTEX_KIND_OFFSET     16

#ifdef  __ILP32__
# define __PTHREAD_RWLOCK_FLAGS_OFFSET  40
#else
# define __PTHREAD_RWLOCK_FLAGS_OFFSET  48
#endif