projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5abf647
)
#ifdef fix.
author
Pekka Riikonen
<priikone@silcnet.org>
Wed, 11 Oct 2006 10:06:35 +0000
(10:06 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Wed, 11 Oct 2006 10:06:35 +0000
(10:06 +0000)
lib/silcutil/unix/silcunixthread.c
patch
|
blob
|
history
diff --git
a/lib/silcutil/unix/silcunixthread.c
b/lib/silcutil/unix/silcunixthread.c
index 3c5cb65904393e49d1e2089d47d03aa77a797060..487faf051d1343591ade8af90addb71df65f77db 100644
(file)
--- a/
lib/silcutil/unix/silcunixthread.c
+++ b/
lib/silcutil/unix/silcunixthread.c
@@
-218,5
+218,7
@@
SilcBool silc_cond_timedwait(SilcCond cond, SilcMutex mutex,
}
return pthread_cond_wait(&cond->cond, &mutex->mutex) == 0;
+#else
+ return FALSE;
#endif /* SILC_THREADS*/
}