diff options
Diffstat (limited to 'src/thread/mtx_destroy.c')
-rw-r--r-- | src/thread/mtx_destroy.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/thread/mtx_destroy.c b/src/thread/mtx_destroy.c index 40a08999..dca5d707 100644 --- a/src/thread/mtx_destroy.c +++ b/src/thread/mtx_destroy.c @@ -3,3 +3,11 @@ void mtx_destroy(mtx_t *mtx) { } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |