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 4610543 commit 106ea8aCopy full SHA for 106ea8a
lib_eio/unix/fork_action.c
@@ -12,7 +12,6 @@
12
#ifdef _WIN32
13
#else
14
void eio_unix_run_fork_actions(int errors, value v_actions) {
15
- uerror("Unsupported operation on windows", Nothing);
16
int old_flags = fcntl(errors, F_GETFL, 0);
17
fcntl(errors, F_SETFL, old_flags & ~O_NONBLOCK);
18
while (Is_block(v_actions)) {
0 commit comments