svn:r13443
This commit is contained in:
Roger Dingledine 2008-02-09 10:45:49 +00:00
parent b42c9d69f0
commit f882a2fc5e

View File

@ -1701,7 +1701,7 @@ struct tor_mutex_t {
/* Conditions. */ /* Conditions. */
#ifdef USE_PTHREADS #ifdef USE_PTHREADS
#if 0 #if 0
/** Cross-platform condtion implementation. */ /** Cross-platform condition implementation. */
struct tor_cond_t { struct tor_cond_t {
pthread_cond_t cond; pthread_cond_t cond;
}; };