mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-09 04:11:27 +08:00
893a351195
Update. 2004-05-18 Petter Reinholdtsen <pere@hungry.com> * locales/sl_SI [LC_TIME]: Correct d_fmt date format from '22.06.2003' to '22. 06. 2003'. Change requested from Aleks Reinhardt, and approved by the locale author Borka Jerman-Blazic. [BZ #163]
13 lines
446 B
Plaintext
13 lines
446 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)
|
|
broadcast_seq offsetof (pthread_cond_t, __data.__broadcast_seq)
|