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