Sign in
android
/
platform
/
external
/
musl
/
refs/heads/android13-d4-s2-release
/
.
/
src
/
thread
/
cnd_destroy.c
blob: 453c90be51072a74e20b3dacb3044f99e1ff1f89 [
file
] [
log
] [
blame
] [
edit
]
#include
<threads.h>
void
cnd_destroy
(
cnd_t
*
c
)
{
/* For private cv this is a no-op */
}