pthread_attr_destroy.c 86 B

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