fx.io: add linux support for iostreams and pipes

This commit is contained in:
2026-06-13 14:47:46 +01:00
parent a4e797f619
commit 10cfb05287
4 changed files with 178 additions and 2 deletions
-1
View File
@@ -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);
}
}