fix comment reference from man 7 signal to man 7 signal-safety (#138554)

docs: fix comment reference from man 7 signal to man 7 signal-safety
This commit is contained in:
mqudah 2025-09-06 21:40:15 +03:00 committed by GitHub
parent c919d02ede
commit 2f5ace780b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -3595,7 +3595,7 @@ PyOS_getsig(int sig)
/*
* All of the code in this function must only use async-signal-safe functions,
* listed at `man 7 signal` or
* listed at `man 7 signal-safety` or
* http://www.opengroup.org/onlinepubs/009695399/functions/xsh_chap02_04.html.
*/
PyOS_sighandler_t