diff options
author | Bruno Haible <bruno@clisp.org> | 2008-10-17 11:36:08 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:15:55 +0200 |
commit | 6040185e2c279b1c7c4c677fb5b12ffc36397f2b (patch) | |
tree | 5b83cb3bf1504868ec6c7f2f91b5e5f1d15450df /gettext-runtime/intl/lock.c | |
parent | ea06920b30ba1bab57929bf8875a63b332c3e2e6 (diff) | |
download | external_gettext-6040185e2c279b1c7c4c677fb5b12ffc36397f2b.zip external_gettext-6040185e2c279b1c7c4c677fb5b12ffc36397f2b.tar.gz external_gettext-6040185e2c279b1c7c4c677fb5b12ffc36397f2b.tar.bz2 |
Update from gnulib.
Diffstat (limited to 'gettext-runtime/intl/lock.c')
-rw-r--r-- | gettext-runtime/intl/lock.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gettext-runtime/intl/lock.c b/gettext-runtime/intl/lock.c index b2dd5b2..dcc2db0 100644 --- a/gettext-runtime/intl/lock.c +++ b/gettext-runtime/intl/lock.c @@ -681,6 +681,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) { |