mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 05:25:34 +02:00
win32.c: more fcntl
* win32/win32.c (fcntl): implement F_GETFD, F_SETFD, and F_DUPFD_CLOEXEC. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
78f7e342d1
commit
f150a381db
4 changed files with 48 additions and 11 deletions
|
@ -970,7 +970,7 @@ class TestProcess < Test::Unit::TestCase
|
|||
rescue NotImplementedError
|
||||
skip "IO#close_on_exec= is not supported"
|
||||
end
|
||||
end
|
||||
end unless windows? # passing non-stdio fds is not supported on Windows
|
||||
|
||||
def test_execopts_redirect_tempfile
|
||||
bug6269 = '[ruby-core:44181]'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue