X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=opt%2Fnothread%2Ftss_get.c;fp=opt%2Fnothread%2Ftss_get.c;h=7077ac68dbe21113ee5b94874d2551f4493123a0;hb=97dd2fddbdb56005b16a1b0aa19ed15cd77269fc;hp=0000000000000000000000000000000000000000;hpb=263e1e1fae0dcae08d99dc06fd69391ad076f378;p=pdclib.old diff --git a/opt/nothread/tss_get.c b/opt/nothread/tss_get.c new file mode 100644 index 0000000..7077ac6 --- /dev/null +++ b/opt/nothread/tss_get.c @@ -0,0 +1,6 @@ +#include + +void *tss_get(tss_t key) +{ + return key.value; +} \ No newline at end of file