X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=opt%2Fnothread%2Fmtx_destroy.c;h=8f359c8427f3c8c2b90259c8f6d7e2dfe84af126;hb=3a2027b97e7a6c7ecb9fcd4c24b4c74459faddbc;hp=75baec274ddce20c2c4a15b1d142a85a6e31086d;hpb=bb22ff7ecd9fe8f4641484df12ad629cd8ee27ac;p=pdclib.old diff --git a/opt/nothread/mtx_destroy.c b/opt/nothread/mtx_destroy.c index 75baec2..8f359c8 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> @@ -11,4 +13,4 @@ int main( void ) return TEST_RESULTS; } -#endif \ No newline at end of file +#endif