#ifdef fix.
authorPekka Riikonen <priikone@silcnet.org>
Wed, 11 Oct 2006 10:06:35 +0000 (10:06 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Wed, 11 Oct 2006 10:06:35 +0000 (10:06 +0000)
lib/silcutil/unix/silcunixthread.c

index 3c5cb65904393e49d1e2089d47d03aa77a797060..487faf051d1343591ade8af90addb71df65f77db 100644 (file)
@@ -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*/
 }