diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-11 03:27:46 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-11 03:27:46 +0000 |
commit | 0a6689e912b4672640e8d7692e2e35ed88709aa5 (patch) | |
tree | 9c61b32ff2532a79a3de485f03d969b71a324e33 /process.c | |
parent | 1e03ca043a276095b11e9861ebb2deebfc04c10c (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.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |