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
commit1af31107c9da12a5cc7e5c6691ac606fd57f5119 (patch)
tree4249c139db54414539459013baebce573df2419c /process.c
parent5a1b5f8fe2eea72eeb3fcdd54d1ab8b954828bbd (diff)
* configure.in: moved broken syscall checks from process.c etc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@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 399a9288f1..7339c539a8 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