diff options
Diffstat (limited to 'hurd/hurdexec.c')
-rw-r--r-- | hurd/hurdexec.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hurd/hurdexec.c b/hurd/hurdexec.c index 4c0d8ae5e5..2b4b0484ae 100644 --- a/hurd/hurdexec.c +++ b/hurd/hurdexec.c @@ -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; } |