summaryrefslogtreecommitdiff
path: root/src/internal/pthread_impl.h
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-03-07 17:39:13 -0500
committerRich Felker <dalias@aerifal.cx>2011-03-07 17:39:13 -0500
commit5fd4a9816573a3b6a244b73b84ce0cec871321da (patch)
treeb152182ee9b72d89e00e8eefb1c21419965b5016 /src/internal/pthread_impl.h
parent7d57e05fa8d15dc838638f7db19e88b02a21c18b (diff)
downloadmusl-5fd4a9816573a3b6a244b73b84ce0cec871321da.tar.gz
use the selected clock from the condattr for pthread_cond_timedwait
Diffstat (limited to 'src/internal/pthread_impl.h')
-rw-r--r--src/internal/pthread_impl.h1
1 files changed, 1 insertions, 0 deletions
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]