X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=opt%2Fnothread%2Fmtx_destroy.c;fp=opt%2Fnothread%2Fmtx_destroy.c;h=d9aa748e4bb741dd0907c5d0b3a0b02f9c26b1a0;hb=97dd2fddbdb56005b16a1b0aa19ed15cd77269fc;hp=0000000000000000000000000000000000000000;hpb=263e1e1fae0dcae08d99dc06fd69391ad076f378;p=pdclib.old diff --git a/opt/nothread/mtx_destroy.c b/opt/nothread/mtx_destroy.c new file mode 100644 index 0000000..d9aa748 --- /dev/null +++ b/opt/nothread/mtx_destroy.c @@ -0,0 +1,4 @@ +#include + +void mtx_destroy(mtx_t *mtx) +{}