]> pd.if.org Git - pdclib/blob - opt/nothread/cnd_init.c
1683691b19d6810636b025c6b4348988b5babcdf
[pdclib] / opt / nothread / cnd_init.c
1 #include <threads.h>\r
2 \r
3 int cnd_init(cnd_t *cond)\r
4 {\r
5         /* does nothing */\r
6         return thrd_success;\r
7 }\r