pthread_rwlockattr_destroy.c 98 B

123456
  1. #include "pthread_impl.h"
  2. int pthread_rwlockattr_destroy(pthread_rwlockattr_t *a)
  3. {
  4. return 0;
  5. }