From 5fd4a9816573a3b6a244b73b84ce0cec871321da Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Mon, 7 Mar 2011 17:39:13 -0500 Subject: use the selected clock from the condattr for pthread_cond_timedwait --- src/internal/pthread_impl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/internal') diff --git a/src/internal/pthread_impl.h b/src/internal/pthread_impl.h index 615af708..22ba8b76 100644 --- a/src/internal/pthread_impl.h +++ b/src/internal/pthread_impl.h @@ -48,6 +48,7 @@ struct pthread { #define _m_waiters __u.__i[2] #define _m_owner __u.__i[3] #define _c_block __u.__i[0] +#define _c_clock __u.__i[1] #define _rw_wrlock __u.__i[0] #define _rw_readers __u.__i[1] #define _rw_waiters __u.__i[2] -- cgit v1.2.1