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