X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcmutex.h;h=070a2e9a3e0e774e5e0934cb084eb0680efb1ed4;hb=1198c9d26848e2613d6080b4a1b3471379b699e8;hp=82a9da3922130fb76549f8424ed67fefc52896ed;hpb=3c9b950049601eef814222c501114d6f2865b926;p=silc.git diff --git a/lib/silcutil/silcmutex.h b/lib/silcutil/silcmutex.h index 82a9da39..070a2e9a 100644 --- a/lib/silcutil/silcmutex.h +++ b/lib/silcutil/silcmutex.h @@ -71,7 +71,8 @@ typedef struct SilcRwLockStruct *SilcRwLock; * Allocates SILC Mutex object. The mutex object must be allocated * before it can be used. It is freed by the silc_mutex_free function. * This returns TRUE and allocated mutex in to the `mutex' and FALSE - * on error. + * on error. If threads support is not compiled in this returns FALSE, + * but should not be considered as an error. * ***/ SilcBool silc_mutex_alloc(SilcMutex *mutex);