Sign in
mojo
/
mojo
/
ca4a174589ba9e4c171f88a25ee84558bcda14d2
/
.
/
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 */
}