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