saghul / sjs

Skookum JS: a JavaScript runtime
http://sjs.saghul.net
MIT License
97 stars 13 forks source link

Set O_CLOEXEC in every fd we open #30

Closed saghul closed 8 years ago

saghul commented 8 years ago

In preparation for child process support. Probably leave os.pipe out, since it will be used for IPC.