New implementation of condition variables for Win32.
[gnulib.git] / lib / glthread / lock.c
index eceaa3b..dc44d08 100644 (file)
@@ -680,6 +680,9 @@ glthread_lock_destroy_func (gl_lock_t *lock)
 
 /* ------------------------- gl_rwlock_t datatype ------------------------- */
 
+/* In this file, the waitqueues are implemented as circular arrays.  */
+#define gl_waitqueue_t gl_carray_waitqueue_t
+
 static inline void
 gl_waitqueue_init (gl_waitqueue_t *wq)
 {