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