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 633b499 commit 22a35f2Copy full SHA for 22a35f2
conformance/interfaces/pthread_cond_signal/4-2.c
@@ -211,7 +211,12 @@ int main (int argc, char * argv[])
211
pthread_t th_waiter, th_worker, th_sig1, th_sig2;
212
thestruct arg1, arg2;
213
struct sigaction sa;
214
-
+
215
+#ifdef __EMSCRIPTEN__
216
+ printf("Test SKIPPED: signals are not supported in Emscripten.\n");
217
+ exit(0);
218
+#endif
219
220
output_init();
221
222
/* We need to register the signal handlers for the PROCESS */
0 commit comments