X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=opt%2Fnothread%2Ftss_set.c;h=d8ae84bd36560fb5724d58390b9e51d02a55b615;hp=7de3ec5b775527d66e84f01174ce661a81b4d94a;hb=10f020f1a39804bbef8cd1cf35ef7c9a8e75c7d6;hpb=f7a440b9c7bb0c686dc2368c4ff53b20bf6371f8 diff --git a/opt/nothread/tss_set.c b/opt/nothread/tss_set.c index 7de3ec5..d8ae84b 100644 --- a/opt/nothread/tss_set.c +++ b/opt/nothread/tss_set.c @@ -1,3 +1,4 @@ +#ifndef REGTEST #include int tss_set(tss_t key, void *val) @@ -5,6 +6,7 @@ int tss_set(tss_t key, void *val) key.self->value = val; return thrd_success; } +#endif #ifdef TEST #include <_PDCLIB_test.h>