X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=opt%2Fnothread%2Fmtx_destroy.c;h=5227274469d74cc958f2565478a8efd2651ea586;hp=75baec274ddce20c2c4a15b1d142a85a6e31086d;hb=10f020f1a39804bbef8cd1cf35ef7c9a8e75c7d6;hpb=f7a440b9c7bb0c686dc2368c4ff53b20bf6371f8 diff --git a/opt/nothread/mtx_destroy.c b/opt/nothread/mtx_destroy.c index 75baec2..5227274 100644 --- a/opt/nothread/mtx_destroy.c +++ b/opt/nothread/mtx_destroy.c @@ -1,7 +1,9 @@ +#ifndef REGTEST #include void mtx_destroy(mtx_t *mtx) {} +#endif #ifdef TEST #include <_PDCLIB_test.h>