fx.io: add linux support for iostreams and pipes
This commit is contained in:
@@ -81,7 +81,6 @@ static void iostream_fini(fx_object *obj, void *priv)
|
||||
|
||||
if (stream->s_fd_close_on_release) {
|
||||
close(stream->s_fd);
|
||||
fprintf(stderr, "closed fd %d\n", stream->s_fd);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user