File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -630,7 +630,7 @@ reset_signal_handlers(const sigset_t *child_sigmask)
630
630
* (v)fork to set things up and call exec().
631
631
*
632
632
* All of the code in this function must only use async-signal-safe functions,
633
- * listed at `man 7 signal` or
633
+ * listed at `man 7 signal-safety ` or
634
634
* http://www.opengroup.org/onlinepubs/009695399/functions/xsh_chap02_04.html.
635
635
*
636
636
* This restriction is documented at
Original file line number Diff line number Diff line change @@ -1943,7 +1943,7 @@ signal_install_handlers(void)
1943
1943
/* Restore signals that the interpreter has called SIG_IGN on to SIG_DFL.
1944
1944
*
1945
1945
* All of the code in this function must only use async-signal-safe functions,
1946
- * listed at `man 7 signal` or
1946
+ * listed at `man 7 signal-safety ` or
1947
1947
* http://www.opengroup.org/onlinepubs/009695399/functions/xsh_chap02_04.html.
1948
1948
*
1949
1949
* If this function is updated, update also _posix_spawn() of subprocess.py.
Original file line number Diff line number Diff line change @@ -3595,7 +3595,7 @@ PyOS_getsig(int sig)
3595
3595
3596
3596
/*
3597
3597
* All of the code in this function must only use async-signal-safe functions,
3598
- * listed at `man 7 signal` or
3598
+ * listed at `man 7 signal-safety ` or
3599
3599
* http://www.opengroup.org/onlinepubs/009695399/functions/xsh_chap02_04.html.
3600
3600
*/
3601
3601
PyOS_sighandler_t
You can’t perform that action at this time.
0 commit comments