]> pd.if.org Git - pdclib.old/blobdiff - opt/nothread/cnd_signal.c
* Test cleanups: surround the code for all functions by #ifndef REGTEST
[pdclib.old] / opt / nothread / cnd_signal.c
index 05cbcf6ba0059c0f2fe6ab51826a9aee2fc55af0..363806e554899d5156a10c58815390835eef8270 100644 (file)
@@ -1,9 +1,11 @@
+#ifndef REGTEST\r
 #include <threads.h>\r
 \r
 int cnd_signal(cnd_t *cond)\r
 {\r
        return thrd_success;\r
 }\r
+#endif\r
 \r
 #ifdef TEST\r
 #include <_PDCLIB_test.h>\r