diff options
Diffstat (limited to 'lib/libpthread/uthread/uthread_execve.c')
-rw-r--r-- | lib/libpthread/uthread/uthread_execve.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/uthread/uthread_execve.c b/lib/libpthread/uthread/uthread_execve.c index 5f40e1c560e..0d289a44ab9 100644 --- a/lib/libpthread/uthread/uthread_execve.c +++ b/lib/libpthread/uthread/uthread_execve.c @@ -97,7 +97,7 @@ execve(const char *name, char *const * argv, char *const * envp) } } - /* Execute the process: */ + /* Set the signal mask: */ _thread_sys_sigprocmask(SIG_SETMASK, &_thread_run->sigmask, NULL); /* Execute the process: */ |