mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 23:40:10 +00:00
69431c9a21
2003-05-25 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_FUTEX_REQUEUE for >= 2.5.70. * math/test-fenv.c (feexcp_nomask_test): Fix comment.
12 lines
382 B
Plaintext
12 lines
382 B
Plaintext
#include <stddef.h>
|
|
#include <bits/pthreadtypes.h>
|
|
|
|
--
|
|
|
|
cond_lock offsetof (pthread_cond_t, __data.__lock)
|
|
cond_clock offsetof (pthread_cond_t, __data.__clock)
|
|
total_seq offsetof (pthread_cond_t, __data.__total_seq)
|
|
wakeup_seq offsetof (pthread_cond_t, __data.__wakeup_seq)
|
|
woken_seq offsetof (pthread_cond_t, __data.__woken_seq)
|
|
dep_mutex offsetof (pthread_cond_t, __data.__mutex)
|