xref: /aosp_15_r20/external/musl/src/thread/mtx_destroy.c (revision c9945492fdd68bbe62686c5b452b4dc1be3f8453)
1*c9945492SAndroid Build Coastguard Worker #include <threads.h>
2*c9945492SAndroid Build Coastguard Worker 
mtx_destroy(mtx_t * mtx)3*c9945492SAndroid Build Coastguard Worker void mtx_destroy(mtx_t *mtx)
4*c9945492SAndroid Build Coastguard Worker {
5*c9945492SAndroid Build Coastguard Worker }
6