]> pd.if.org Git - pdclib.old/blobdiff - opt/nothread/thrd_yield.c
* Test cleanups: surround the code for all functions by #ifndef REGTEST
[pdclib.old] / opt / nothread / thrd_yield.c
index 840157bdaf2441cb7f80fff871ecf7f3283139a4..c92c495ef88c161db41c3b14b5edfeb2c1435a2c 100644 (file)
@@ -1,9 +1,11 @@
+#ifndef REGTEST\r
 #include <threads.h>\r
 \r
 void thrd_yield(void)\r
 {\r
        /* does nothing */\r
 }\r
+#endif\r
 \r
 #ifdef TEST\r
 #include <_PDCLIB_test.h>\r