|
Ruby
1.9.3p551(2014-11-13revision48407)
|
#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, fcntl(), and i.
Referenced by chfunc(), fill_standard_fds(), io_reopen(), and main().
1.8.14