]> pd.if.org Git - pdclib.old/blob - opt/nothread/mtx_timedlock.c
Import dlmalloc (public domain) as a malloc implementation. Add stub opt/notime
[pdclib.old] / opt / nothread / mtx_timedlock.c
1 #include <threads.h>\r
2 \r
3 int mtx_timedlock(mtx_t *restrict mtx, const struct timespec *restrict ts)\r
4 {\r
5         return mtx_lock(mtx);\r
6 }