Handbook
Glossary
redirect-fd* ( actions oldfd fd -- )
Vocabulary
io
.
launcher
.
unix
Inputs
actions
an
object
oldfd
an
object
fd
an
object
Outputs
None
Definition
USING:
kernel
unix.process
;
IN:
io.launcher.unix
:
redirect-fd*
( actions oldfd fd -- )
2dup
=
[
3drop
]
[
posix_spawn_file_actions_adddup2
check-posix
]
if
;