Fix EventPipe file descriptors
This commit is contained in:
parent
9df8b32f10
commit
318f80d113
|
@ -48,7 +48,7 @@ EventPipe::EventPipe()
|
||||||
throw MakeErrno("pipe() has failed");
|
throw MakeErrno("pipe() has failed");
|
||||||
|
|
||||||
fds[0] = r.Steal();
|
fds[0] = r.Steal();
|
||||||
fds[1] = r.Steal();
|
fds[1] = w.Steal();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue