mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
* process.c (p_gid_sw_ensure): return VALUE.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ea1dc90ae4
commit
6f8f8959b7
2 changed files with 4 additions and 2 deletions
|
@ -2192,7 +2192,7 @@ p_gid_sw_ensure(id)
|
|||
int id;
|
||||
{
|
||||
under_gid_switch = 0;
|
||||
rb_setegid_core(id);
|
||||
return rb_setegid_core(id);
|
||||
}
|
||||
|
||||
static VALUE
|
||||
|
@ -2236,7 +2236,7 @@ p_gid_sw_ensure(obj)
|
|||
VALUE obj;
|
||||
{
|
||||
under_gid_switch = 0;
|
||||
p_gid_exchange(obj);
|
||||
return p_gid_exchange(obj);
|
||||
}
|
||||
|
||||
static VALUE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue