Changeset 447 for trunk/pdns/pdns/pdns_recursor.cc
- Timestamp:
- 07/15/05 00:00:08 (8 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/pdns_recursor.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/pdns_recursor.cc
r444 r447 67 67 int pthread_mutex_lock(pthread_mutex_t *mutex){ return 0; } 68 68 int pthread_mutex_unlock(pthread_mutex_t *mutex) { return 0; } 69 69 int pthread_mutex_destroy(pthread_mutex_t *mutex) { return 0; } 70 70 } 71 71 #endif // __FreeBSD__