summaryrefslogtreecommitdiff
path: root/lib/glthread/cond.h
diff options
context:
space:
mode:
authorYoann Vandoorselaere <yoann.v@prelude-ids.com>2008-09-12 02:34:54 +0200
committerBruno Haible <bruno@clisp.org>2008-09-12 02:34:54 +0200
commit69aaf4883efde924b8d184ee22650ba7c0dec025 (patch)
tree575de3a1a4342215544a018925f7ff2b289d01dd /lib/glthread/cond.h
parent59c22c7e9b313baa86ed36ca6182a056a7dd9d64 (diff)
downloadgnulib-69aaf4883efde924b8d184ee22650ba7c0dec025.tar.gz
Use dummy implementation also if USE_WIN32_THREADS.
Diffstat (limited to 'lib/glthread/cond.h')
-rw-r--r--lib/glthread/cond.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/glthread/cond.h b/lib/glthread/cond.h
index f71e62716a..f832637c1f 100644
--- a/lib/glthread/cond.h
+++ b/lib/glthread/cond.h
@@ -269,7 +269,7 @@ typedef pthread_cond_t gl_cond_t;
/* ========================================================================= */
-#if !(USE_POSIX_THREADS || USE_PTH_THREADS || USE_SOLARIS_THREADS || USE_WIN32_THREADS)
+#if !(USE_POSIX_THREADS || USE_PTH_THREADS || USE_SOLARIS_THREADS)
/* Provide dummy implementation if threads are not supported. */