Skip to content

Commit 106ea8a

Browse files
committed
Fix bug introduced in fork_actions
1 parent 4610543 commit 106ea8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib_eio/unix/fork_action.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#ifdef _WIN32
1313
#else
1414
void eio_unix_run_fork_actions(int errors, value v_actions) {
15-
uerror("Unsupported operation on windows", Nothing);
1615
int old_flags = fcntl(errors, F_GETFL, 0);
1716
fcntl(errors, F_SETFL, old_flags & ~O_NONBLOCK);
1817
while (Is_block(v_actions)) {

0 commit comments

Comments
 (0)