mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Fix compiling.
This commit is contained in:
parent
971b154cd3
commit
98850c388a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=151366
@ -413,7 +413,7 @@ svr4_getsiginfo(si, sig, code, addr)
|
||||
void
|
||||
svr4_sendsig(catcher, ksi, mask)
|
||||
sig_t catcher;
|
||||
ksiginfo_t ksi;
|
||||
ksiginfo_t *ksi;
|
||||
sigset_t *mask;
|
||||
{
|
||||
register struct thread *td = curthread;
|
||||
|
Loading…
Reference in New Issue
Block a user