]> pd.if.org Git - pdclib.old/blob - opt/nothread/mtx_init.c
* platform/example is now a "stub" platform - it should compile anywhere, but
[pdclib.old] / opt / nothread / mtx_init.c
1 #include <threads.h>\r
2 \r
3 int mtx_init(mtx_t *mtx, int type)\r
4 {\r
5         *mtx = 0;\r
6         return thrd_success;\r
7 }\r