constant Fcntl::F_DUPFD

F_DUPFD -> Integer[permalink][rdoc][edit]

ファイルディスクリプタを複製します。

ただし、 close-on-exec はオフになります。

[SEE_ALSO] dup(2)