X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=opt%2Fnothread%2Fcnd_wait.c;fp=opt%2Fnothread%2Fcnd_wait.c;h=2948d4f2fa27b4711d5104d35472e6da4beb52f8;hb=97dd2fddbdb56005b16a1b0aa19ed15cd77269fc;hp=0000000000000000000000000000000000000000;hpb=263e1e1fae0dcae08d99dc06fd69391ad076f378;p=pdclib.old diff --git a/opt/nothread/cnd_wait.c b/opt/nothread/cnd_wait.c new file mode 100644 index 0000000..2948d4f --- /dev/null +++ b/opt/nothread/cnd_wait.c @@ -0,0 +1,6 @@ +#include + +int cnd_wait(cnd_t *cond, mtx_t *mtx) +{ + return thrd_error; +} \ No newline at end of file