Replace to RBOOL macro
This commit is contained in:
parent
3515867381
commit
804a714971
Notes:
git
2022-01-17 13:50:01 +09:00
@ -6723,12 +6723,7 @@ p_sys_setresgid(VALUE obj, VALUE rid, VALUE eid, VALUE sid)
|
||||
static VALUE
|
||||
p_sys_issetugid(VALUE obj)
|
||||
{
|
||||
if (issetugid()) {
|
||||
return Qtrue;
|
||||
}
|
||||
else {
|
||||
return Qfalse;
|
||||
}
|
||||
return RBOOL(issetugid());
|
||||
}
|
||||
#else
|
||||
#define p_sys_issetugid rb_f_notimplement
|
||||
|
Loading…
x
Reference in New Issue
Block a user