]> pd.if.org Git - pdclib/blob - opt/nothread/cnd_wait.c
2948d4f2fa27b4711d5104d35472e6da4beb52f8
[pdclib] / opt / nothread / cnd_wait.c
1 #include <threads.h>\r
2 \r
3 int cnd_wait(cnd_t *cond, mtx_t *mtx)\r
4 {\r
5         return thrd_error;\r
6 }