mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 06:50:07 +00:00
8 lines
150 B
C
8 lines
150 B
C
|
#include <bits/wordsize.h>
|
||
|
|
||
|
#if __WORDSIZE == 64
|
||
|
# define __PTHREAD_MUTEX_KIND_OFFSET 16
|
||
|
#else
|
||
|
# define __PTHREAD_MUTEX_KIND_OFFSET 12
|
||
|
#endif
|