yuki-kimoto / SPVM

SPVM Language
https://metacpan.org/pod/SPVM
MIT License
60 stars 14 forks source link

Set FD_CLOEXEC to SPVM's stdout, stderr, stdin. #514

Closed yuki-kimoto closed 2 months ago

yuki-kimoto commented 2 months ago

Set FD_CLOEXEC to SPVM's stdout, stderr, stdin.

Sys->fcntl(Sys->fileno($stream), IO->F_SETFD, IO->FD_CLOEXEC);
yuki-kimoto commented 2 months ago

This is wrong.