ruby/ext/pty
Yusuke Endoh f9d0bc22f5 Remove a useless check if fd is negative
If `slave` is negative, neither `dup2(slave,0)` or `close(slave)` should
be executed. I believe this check is completely useless.
2024-11-29 12:38:20 +09:00
..
lib [DOC] RDoc changes for IO (#6458) 2022-10-02 08:24:08 -05:00
depend ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
extconf.rb [pty] Fix missing or 2024-04-14 20:35:34 +09:00
pty.c Remove a useless check if fd is negative 2024-11-29 12:38:20 +09:00