X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=opt%2Fnothread%2Fmtx_destroy.c;h=5227274469d74cc958f2565478a8efd2651ea586;hb=00da512946a32e38f815ca3b2a3b6111e4678fe1;hp=75baec274ddce20c2c4a15b1d142a85a6e31086d;hpb=bb22ff7ecd9fe8f4641484df12ad629cd8ee27ac;p=pdclib.old 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>