ref: a6aae696352131bc5f41bb104b7df9401aae7d2a dir: /libnpe_pthread/pthread_attr_destroy.c/
#include "_pthread.h" int pthread_attr_destroy(pthread_attr_t *const attr) { USED(attr); return 0; }