From 8164517444f522686ef9896870cd2ccac301069e Mon Sep 17 00:00:00 2001 From: jb Date: Wed, 30 Sep 1998 06:42:29 +0000 Subject: Fix a comment. --- lib/libc_r/uthread/uthread_execve.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc_r/uthread/uthread_execve.c b/lib/libc_r/uthread/uthread_execve.c index 5f40e1c..0d289a4 100644 --- a/lib/libc_r/uthread/uthread_execve.c +++ b/lib/libc_r/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: */ -- cgit v1.1