]> pd.if.org Git - pdclib/blob - opt/nothread/cnd_signal.c
* Change the style of inclusion of the internal/ headers. Modern preprocessors
[pdclib] / opt / nothread / cnd_signal.c
1 #include <threads.h>\r
2 \r
3 int cnd_signal(cnd_t *cond)\r
4 {\r
5         return thrd_success;\r
6 }