Fix a comment.

This commit is contained in:
John Birrell 1998-09-30 06:42:29 +00:00
parent d3bb66886d
commit f51ea46d24

View File

@ -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: */