]> pd.if.org Git - pdclib/blobdiff - opt/nothread/tss_get.c
* Change the style of inclusion of the internal/ headers. Modern preprocessors
[pdclib] / opt / nothread / tss_get.c
diff --git a/opt/nothread/tss_get.c b/opt/nothread/tss_get.c
new file mode 100644 (file)
index 0000000..7077ac6
--- /dev/null
@@ -0,0 +1,6 @@
+#include <threads.h>\r
+\r
+void *tss_get(tss_t key)\r
+{\r
+       return key.value;\r
+}
\ No newline at end of file