summaryrefslogtreecommitdiff
path: root/process.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-11 03:27:46 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-11 03:27:46 +0000
commit0a6689e912b4672640e8d7692e2e35ed88709aa5 (patch)
tree9c61b32ff2532a79a3de485f03d969b71a324e33 /process.c
parent1e03ca043a276095b11e9861ebb2deebfc04c10c (diff)
* configure.in: moved broken syscall checks from process.c etc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@14989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'process.c')
-rw-r--r--process.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/process.c b/process.c
index abcddfef91..6276f46728 100644
--- a/process.c
+++ b/process.c
@@ -96,11 +96,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