X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Fnothread%2Fmtx_destroy.c;h=587b525cd880c57a368272d29dcdb8461e63db61;hp=5227274469d74cc958f2565478a8efd2651ea586;hb=abc15df6b9fae3374d24c7cf5c3ab94c605b2a6d;hpb=5fd032eae66fba700cb9927840222b068c62361e diff --git a/opt/nothread/mtx_destroy.c b/opt/nothread/mtx_destroy.c index 5227274..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 \ No newline at end of file +#ifndef REGTEST +#include + +void mtx_destroy(mtx_t *mtx) +{} +#endif + +#ifdef TEST +#include "_PDCLIB_test.h" + +int main( void ) +{ + return TEST_RESULTS; +} + +#endif