Changeset 176 for trunk/pdns/pdns/pdns_recursor.cc
- Timestamp:
- 07/03/03 11:48:02 (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
r174 r176 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;}46 pthread_t pthread_self(void){return (pthread_t) 0;} 47 47 int pthread_mutex_init(pthread_mutex_t *mutex, const pthread_mutexattr_t *mutexattr){ return 0; } 48 int pthread_mutex_lock(pthread_mutex_t *mutex){ return 0; } 49 int pthread_mutex_unlock(pthread_mutex_t *mutex) { return 0; } 48 50 49 51 }