]> pd.if.org Git - pdclib/blob - opt/nothread/mtx_destroy.c
8f359c8427f3c8c2b90259c8f6d7e2dfe84af126
[pdclib] / opt / nothread / mtx_destroy.c
1 #ifndef REGTEST\r
2 #include <threads.h>\r
3 \r
4 void mtx_destroy(mtx_t *mtx)\r
5 {}\r
6 #endif\r
7 \r
8 #ifdef TEST\r
9 #include <_PDCLIB_test.h>\r
10 \r
11 int main( void )\r
12 {\r
13     return TEST_RESULTS;\r
14 }\r
15 \r
16 #endif\r