summaryrefslogtreecommitdiff
path: root/src/thread/mtx_destroy.c
blob: 40a089998f6c873b2759dc2504be56ff71ce5224 (plain) (blame)
1
2
3
4
5
#include <threads.h>

void mtx_destroy(mtx_t *mtx)
{
}