Open houlin opened 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);
Which version of glibc that you uesd,is there 'pthread_spinlock_t' in thread.h?
```
/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);