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