From 55af573b6efdf04ee5ddb06f6fdab559b0a20193 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 11 Jan 2008 03:27:46 +0000 Subject: * configure.in: moved broken syscall checks from process.c etc. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14989 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 399a9288f..7339c539a 100644 --- a/process.c +++ b/process.c @@ -100,11 +100,6 @@ static VALUE S_Tms; #undef HAVE_SETRGID #endif -#if defined(__MacOS_X__) || defined(__bsdi__) -#define BROKEN_SETREUID 1 -#define BROKEN_SETREGID 1 -#endif - #ifdef BROKEN_SETREUID #define setreuid ruby_setreuid #endif -- cgit