Fix a comment.

This commit is contained in:
jb 1998-09-30 06:42:29 +00:00
parent 6478b523aa
commit 8164517444

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