]> pd.if.org Git - pdclib/blobdiff - opt/nothread/mtx_destroy.c
* Test cleanups: surround the code for all functions by #ifndef REGTEST
[pdclib] / opt / nothread / mtx_destroy.c
index 75baec274ddce20c2c4a15b1d142a85a6e31086d..5227274469d74cc958f2565478a8efd2651ea586 100644 (file)
@@ -1,7 +1,9 @@
+#ifndef REGTEST\r
 #include <threads.h>\r
 \r
 void mtx_destroy(mtx_t *mtx)\r
 {}\r
+#endif\r
 \r
 #ifdef TEST\r
 #include <_PDCLIB_test.h>\r