shithub: npe

ref: 96089afd35646c653b1997b48cc4cf7bd5fa2e1a
dir: /libnpe_pthread/pthread_attr_destroy.c/

View raw version
#include "_pthread.h"

int
pthread_attr_destroy(pthread_attr_t *const attr)
{
	USED(attr);
	return 0;
}