]> pd.if.org Git - pdclib.old/blob - nothread/cnd_wait.c
[gandr] s/__lp64__/__LP64__/ to match GCC define
[pdclib.old] / 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 }