|
Ruby
2.1.10p492(2016-04-01revision54464)
|
#include "ruby/config.h"#include <errno.h>Go to the source code of this file.
Macros | |
| #define | BADEXIT -1 |
Functions | |
| int | dup2 (int fd1, int fd2) |
| int dup2 | ( | int | fd1, |
| int | fd2 | ||
| ) |
Definition at line 27 of file dup2.c.
References BADEXIT, errno, F_DUPFD, and fcntl().
Referenced by chfunc(), fill_standard_fds(), goruby_options(), main(), rb_cloexec_dup2(), and rb_w32_dup2().
1.8.14