Sign in
mojo
/
mojo-tools
/
862d13b6f591fb83034e80ed5a8c59fb9d0b7b56
/
.
/
fusl
/
src
/
thread
/
pthread_condattr_destroy.c
blob: 4efca98e49d5f70df36ff370b0bea14b961a82de [
file
] [
log
] [
blame
]
#include
"pthread_impl.h"
int
pthread_condattr_destroy
(
pthread_condattr_t
*
a
)
{
return
0
;
}