Sign in
mojo
/
mojo-tools
/
83365b19d08baa9ba3f254866a59b01eba496f4f
/
.
/
fusl
/
src
/
thread
/
pthread_attr_destroy.c
blob: b5845dd0f5afd6bb437b1992d9e19707dd2db87c [
file
]
#include
"pthread_impl.h"
int
pthread_attr_destroy
(
pthread_attr_t
*
a
)
{
return
0
;
}