]> pd.if.org Git - pdclib.old/blob - nothread/thrd_yield.c
[gandr] s/__lp64__/__LP64__/ to match GCC define
[pdclib.old] / nothread / thrd_yield.c
1 #include <threads.h>\r
2 \r
3 void thrd_yield(void)\r
4 {\r
5         /* does nothing */\r
6 }