summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-09-30 06:42:29 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-09-30 06:42:29 +0000
commitf51ea46d24c9a8930a8ae4d0f47cc499412d201a (patch)
treefab308d57cf63dc5890f2bb83a05355d2843ca34 /lib
parentd3bb66886ddf1b74a92a465f3d7a07f1f2072509 (diff)
Notes
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 5f40e1c560e6..0d289a44ab99 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: */