Show
Ignore:
Timestamp:
07/03/03 11:48:02 (10 years ago)
Author:
ahu
Message:

2.9.10

Files:
1 modified

Legend:

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

    r174 r176  
    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;} 
     46  pthread_t pthread_self(void){return (pthread_t) 0;} 
    4747  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; } 
    4850 
    4951}