DNSPod / dnspod-sr

A faster recursive dns server from DNSPod
Other
1.36k stars 328 forks source link

'pthread_spinlock_t' has no define when i make the project ? #39

Open houlin opened 8 years ago

houlin commented 8 years ago

```

/Users/houlin/Downloads/dnspod-sr-master/src/utils.h:176:15: error: unknown type name 'pthread_spinlock_t'; did you mean 'pthread_rwlock_t'? int test_lock(pthread_spinlock_t * lock);

jfb8856606 commented 8 years ago

Which version of glibc that you uesd,is there 'pthread_spinlock_t' in thread.h?