mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 00:10:10 +00:00
(set_int): Support INIT_TRACEMASK.
This commit is contained in:
parent
d55dc14f28
commit
fe4d0ab794
@ -85,6 +85,10 @@ _hurd_exec (task_t task, file_t file,
|
||||
/* We will set these all below. */
|
||||
break;
|
||||
|
||||
case INIT_TRACEMASK:
|
||||
ints[i] = _hurdsig_traced;
|
||||
break;
|
||||
|
||||
default:
|
||||
ints[i] = 0;
|
||||
}
|
||||
|
@ -239,6 +239,10 @@ set_int (int which, int value)
|
||||
}
|
||||
__spin_unlock (&ss->lock);
|
||||
return 0;
|
||||
|
||||
case INIT_TRACEMASK:
|
||||
_hurdsig_traced = value;
|
||||
return 0;
|
||||
}
|
||||
default:
|
||||
return EINVAL;
|
||||
|
Loading…
Reference in New Issue
Block a user