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