summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-09-30 06:42:29 +0000
committerjb <jb@FreeBSD.org>1998-09-30 06:42:29 +0000
commit8164517444f522686ef9896870cd2ccac301069e (patch)
tree41a4ecbd99e7b1c91ad514c6329055ae62532a7f /lib
parent6478b523aaf6e892cb354ddd3b74136f4f24f8ec (diff)
downloadFreeBSD-src-8164517444f522686ef9896870cd2ccac301069e.zip
FreeBSD-src-8164517444f522686ef9896870cd2ccac301069e.tar.gz
Fix a comment.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc_r/uthread/uthread_execve.c2
1 files changed, 1 insertions, 1 deletions
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: */
OpenPOWER on IntegriCloud