Sign in
mojo
/
mojo-tools
/
862d13b6f591fb83034e80ed5a8c59fb9d0b7b56
/
.
/
fusl
/
src
/
thread
/
cnd_destroy.c
blob: 56b9addd161eaf3948fa0b7676f57fec895b390f [
file
] [
log
] [
blame
]
#include
<threads.h>
void
cnd_destroy
(
cnd_t
*
c
)
{
/* For private cv this is a no-op */
}