X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Fnothread%2Fcnd_signal.c;h=363806e554899d5156a10c58815390835eef8270;hp=05cbcf6ba0059c0f2fe6ab51826a9aee2fc55af0;hb=219271fd548949abce8bd75c34dd42e519418fc4;hpb=1cc4363093c919f79eafac209bb5c41548d3f88f diff --git a/opt/nothread/cnd_signal.c b/opt/nothread/cnd_signal.c index 05cbcf6..363806e 100644 --- a/opt/nothread/cnd_signal.c +++ b/opt/nothread/cnd_signal.c @@ -1,9 +1,11 @@ +#ifndef REGTEST #include int cnd_signal(cnd_t *cond) { return thrd_success; } +#endif #ifdef TEST #include <_PDCLIB_test.h>