Needs to depend on modules 'errno' and 'time'.
authorBruno Haible <bruno@clisp.org>
Wed, 1 Oct 2008 01:12:31 +0000 (03:12 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 1 Oct 2008 01:12:31 +0000 (03:12 +0200)
ChangeLog

index 691e511..900a249 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
             Bruno Haible  <bruno@clisp.org>
 
+       * modules/cond (Dependencies): Add errno, time.
+       * lib/glthread/cond.h: Include <time.h>.
+       (gl_cond_define, gl_cond_define_initialized): Use the same definition
+       across platforms.
+
+2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
+            Bruno Haible  <bruno@clisp.org>
+
        * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
 
 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>