]> pd.if.org Git - pdclib/blobdiff - opt/nothread/cnd_init.c
* Change the style of inclusion of the internal/ headers. Modern preprocessors
[pdclib] / opt / nothread / cnd_init.c
diff --git a/opt/nothread/cnd_init.c b/opt/nothread/cnd_init.c
new file mode 100644 (file)
index 0000000..1683691
--- /dev/null
@@ -0,0 +1,7 @@
+#include <threads.h>\r
+\r
+int cnd_init(cnd_t *cond)\r
+{\r
+       /* does nothing */\r
+       return thrd_success;\r
+}\r