Show
Ignore:
Timestamp:
06/21/03 11:59:08 (10 years ago)
Author:
ahu
Message:

lots of changes, mostly a crash fix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/pdns_recursor.cc

    r166 r174  
    4444  int sem_post(sem_t*){return 0;} 
    4545  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 
    4649} 
    4750#endif // WIN32