diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-05 14:12:53 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-05 14:12:53 +0000 |
| commit | 7e7abdc4ecb567006dfd23174d966da048dd64ea (patch) | |
| tree | e2171a379679961ea5a961fa01332e3377bb9ea6 /include | |
| parent | 27810d95af2472f5082efca36b088f5d8a69229f (diff) | |
| download | ruby-7e7abdc4ecb567006dfd23174d966da048dd64ea.tar.gz ruby-7e7abdc4ecb567006dfd23174d966da048dd64ea.tar.xz ruby-7e7abdc4ecb567006dfd23174d966da048dd64ea.zip | |
rename rb_pipe_internal to rb_pipe.
use rb_pipe in pipe_nocrash.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include')
| -rw-r--r-- | include/ruby/intern.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ruby/intern.h b/include/ruby/intern.h index f1d47f654..405d473e3 100644 --- a/include/ruby/intern.h +++ b/include/ruby/intern.h @@ -386,6 +386,7 @@ void rb_write_error(const char*); void rb_write_error2(const char*, long); int rb_io_mode_modenum(const char *mode); void rb_close_before_exec(int lowfd, int maxhint, VALUE noclose_fds); +int rb_pipe(int *pipes); /* marshal.c */ VALUE rb_marshal_dump(VALUE, VALUE); VALUE rb_marshal_load(VALUE); |
