X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=opt%2Fnothread%2Fthrd_yield.c;h=2d184ce8138d3a9ea922f94deeec55384d68fbb0;hb=29387e76cd5cd340fe7d811dc9830931d3d0ec9b;hp=840157bdaf2441cb7f80fff871ecf7f3283139a4;hpb=5155ca96295a12b4857fc0e6a9629cc43a9a85fa;p=pdclib diff --git a/opt/nothread/thrd_yield.c b/opt/nothread/thrd_yield.c index 840157b..2d184ce 100644 --- a/opt/nothread/thrd_yield.c +++ b/opt/nothread/thrd_yield.c @@ -1,9 +1,11 @@ +#ifndef REGTEST #include void thrd_yield(void) { /* does nothing */ } +#endif #ifdef TEST #include <_PDCLIB_test.h> @@ -13,4 +15,4 @@ int main( void ) return TEST_RESULTS; } -#endif \ No newline at end of file +#endif