X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Fnothread%2Fmtx_destroy.c;h=587b525cd880c57a368272d29dcdb8461e63db61;hp=8f359c8427f3c8c2b90259c8f6d7e2dfe84af126;hb=abc15df6b9fae3374d24c7cf5c3ab94c605b2a6d;hpb=29387e76cd5cd340fe7d811dc9830931d3d0ec9b diff --git a/opt/nothread/mtx_destroy.c b/opt/nothread/mtx_destroy.c index 8f359c8..587b525 100644 --- a/opt/nothread/mtx_destroy.c +++ b/opt/nothread/mtx_destroy.c @@ -1,16 +1,16 @@ -#ifndef REGTEST -#include - -void mtx_destroy(mtx_t *mtx) -{} -#endif - -#ifdef TEST -#include <_PDCLIB_test.h> - -int main( void ) -{ - return TEST_RESULTS; -} - -#endif +#ifndef REGTEST +#include + +void mtx_destroy(mtx_t *mtx) +{} +#endif + +#ifdef TEST +#include "_PDCLIB_test.h" + +int main( void ) +{ + return TEST_RESULTS; +} + +#endif