Sign in
mojo
/
mojo-tools
/
339e142934dd2c1fa7f3e69b3b08fc1c04bc4f1f
/
.
/
fusl
/
src
/
thread
/
pthread_condattr_destroy.c
blob: c54ec4122e8a9caab934e3bc472d78798c1dd6a4 [
file
]
#include
"pthread_impl.h"
int
pthread_condattr_destroy
(
pthread_condattr_t
*
a
)
{
return
0
;
}