From e8ee99ff1ae054c4edefb60083b11db5fe1c7429 Mon Sep 17 00:00:00 2001 From: yugui Date: Sat, 4 Oct 2008 13:57:06 +0000 Subject: * dln.c: Ruby no longer supports VMS. * error.c: ditto. * eval.c: ditto. * eval_intern.h: ditto. * include/ruby/defines.h: ditto. * include/ruby/ruby.h: ditto. * io.c: ditto. * process.c: ditto. * ruby.c: ditto. * vms/config.h: removed. * vms/vms.h: ditto. * vms/vmsruby_private.c: ditto. * vms/vmsruby_private.h: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19682 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- process.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'process.c') diff --git a/process.c b/process.c index 8386499d5c..de3b1a5b17 100644 --- a/process.c +++ b/process.c @@ -2256,15 +2256,10 @@ rb_fork(int *status, int (*chfunc)(void*), void *charg, VALUE fds) int ep[2]; #endif -#ifndef __VMS #define prefork() ( \ rb_io_flush(rb_stdout), \ rb_io_flush(rb_stderr) \ ) -#else -#define prefork() ((void)0) -#endif - prefork(); #ifdef FD_CLOEXEC -- cgit v1.2.3