Sign in
cobalt
/
cobalt
/
d2bc3b69d823bbaf46d1c4355b23486a85a6d791
/
.
/
third_party
/
musl
/
src
/
thread
/
pthread_condattr_destroy.c
blob: c54ec4122e8a9caab934e3bc472d78798c1dd6a4 [
file
] [
log
] [
blame
]
#include
"pthread_impl.h"
int
pthread_condattr_destroy
(
pthread_condattr_t
*
a
)
{
return
0
;
}