Home
last modified time | relevance | path

Searched hist:"0977 bd1e889aae7c131863a72f37c71bfa0345d1" (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libc/gen/
H A Dpsignal.3diff 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 Dpsignal.cdiff 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 Dsignal.hdiff 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.