pthread_condattr_destroy.c 94 B

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