Searched hist:"0977 bd1e889aae7c131863a72f37c71bfa0345d1" (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libc/gen/ |
H A D | psignal.3 | diff 0977bd1e889aae7c131863a72f37c71bfa0345d1 Mon May 30 15:51:27 CEST 2016 Ed Schouten <ed@FreeBSD.org> Fix the signature of the psignal() function.
POSIX 2008 added the psignal() function which has already been part of the BSDs for a long time. The only difference is, the POSIX version uses an 'int' for the signal number, unlike our version which uses an 'unsigned int'. Fix up the function to use an 'int'. This should not affect the ABI.
|
H A D | psignal.c | diff 0977bd1e889aae7c131863a72f37c71bfa0345d1 Mon May 30 15:51:27 CEST 2016 Ed Schouten <ed@FreeBSD.org> Fix the signature of the psignal() function.
POSIX 2008 added the psignal() function which has already been part of the BSDs for a long time. The only difference is, the POSIX version uses an 'int' for the signal number, unlike our version which uses an 'unsigned int'. Fix up the function to use an 'int'. This should not affect the ABI.
|
/freebsd/include/ |
H A D | signal.h | diff 0977bd1e889aae7c131863a72f37c71bfa0345d1 Mon May 30 15:51:27 CEST 2016 Ed Schouten <ed@FreeBSD.org> Fix the signature of the psignal() function.
POSIX 2008 added the psignal() function which has already been part of the BSDs for a long time. The only difference is, the POSIX version uses an 'int' for the signal number, unlike our version which uses an 'unsigned int'. Fix up the function to use an 'int'. This should not affect the ABI.
|