CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]  2026/03/23 15:33:43

Modified files:
        include        : signal.h 
        lib/libc/gen   : psignal.3 psignal.c 

Log message:
psignal(3): align the type of the signal parameter with POSIX

POSIX uses an int for the signal number instead of an unsigned int. NetBSD
made this change in 2010 and FreeBSD made this change in 2016. Follow suit
with the other BSDs and match what POSIX specifies.

This should not have an impact on the ABI and therefore no bump is needed.

Flagged by Sortix os-test.

ok deraadt@, millert@

Reply via email to