summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-05 14:12:53 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-05 14:12:53 +0000
commitb279bf427070c0eb6e8fe5280174ac72acd55692 (patch)
treee2171a379679961ea5a961fa01332e3377bb9ea6 /include
parent8b59b1cb983b84f259d09d41e150124345169f5e (diff)
rename rb_pipe_internal to rb_pipe.
use rb_pipe in pipe_nocrash. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include')
-rw-r--r--include/ruby/intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ruby/intern.h b/include/ruby/intern.h
index f1d47f654e..405d473e39 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);