|
Ruby
1.9.3p448(2013-06-27revision41675)
|
#include "ruby/config.h"#include <errno.h>Go to the source code of this file.
Defines | |
| #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, and fcntl().
Referenced by chfunc(), fill_standard_fds(), io_reopen(), and main().
1.7.6.1