We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17f717 commit 8dc2512Copy full SHA for 8dc2512
conformance/interfaces/pthread_cond_wait/4-1.c
@@ -234,7 +234,12 @@ int main (int argc, char * argv[])
234
pthread_t th_waiter, th_worker, th_sig1, th_sig2;
235
thestruct arg1, arg2;
236
struct sigaction sa;
237
-
+
238
+#ifdef __EMSCRIPTEN__
239
+ printf("Test SKIPPED: signals are not supported in Emscripten.\n");
240
+ exit(0);
241
+#endif
242
243
output_init();
244
245
/* We need to register the signal handlers for the PROCESS */
0 commit comments