]> pd.if.org Git - pdclib/blobdiff - opt/nothread/tss_create.c
* Change the style of inclusion of the internal/ headers. Modern preprocessors
[pdclib] / opt / nothread / tss_create.c
diff --git a/opt/nothread/tss_create.c b/opt/nothread/tss_create.c
new file mode 100644 (file)
index 0000000..4b8ce16
--- /dev/null
@@ -0,0 +1,8 @@
+#include <threads.h>\r
+\r
+int tss_create(tss_t *key, tss_dtor_t dtor)\r
+{\r
+       key->self  = key;\r
+       key->value = NULL;\r
+       return thrd_success;\r
+}
\ No newline at end of file