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