mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 09:21:31 -05:00
Try and make the compat sigreturn prototypes closer to reality.
This commit is contained in:
parent
61aeb6a14d
commit
cdee486c65
1 changed files with 1 additions and 1 deletions
|
|
@ -475,7 +475,7 @@
|
|||
struct sigaction32 *oact); }
|
||||
343 MNOPROTO { int sigpending(sigset_t *set); }
|
||||
344 MCOMPAT4 { int freebsd32_sigreturn( \
|
||||
const struct __ucontext *sigcntxp); }
|
||||
const struct freebsd4_freebsd32_ucontext *sigcntxp); }
|
||||
; XXX implement
|
||||
345 UNIMPL sigtimedwait
|
||||
; XXX implement
|
||||
|
|
|
|||
Loading…
Reference in a new issue