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