Changeset 174 for trunk/pdns/pdns/pdns_recursor.cc
- Timestamp:
- 06/21/03 11:59:08 (10 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/pdns_recursor.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/pdns_recursor.cc
r166 r174 44 44 int sem_post(sem_t*){return 0;} 45 45 int sem_getvalue(sem_t*, int*){return 0;} 46 pthread_t pthread_self(void){pthread_t tmp; return tmp;} 47 int pthread_mutex_init(pthread_mutex_t *mutex, const pthread_mutexattr_t *mutexattr){ return 0; } 48 46 49 } 47 50 #endif // WIN32