]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
freebsd32: remove redundent osig*() implementations
authorBrooks Davis <brooks@FreeBSD.org>
Wed, 17 Nov 2021 20:12:25 +0000 (20:12 +0000)
committerBrooks Davis <brooks@FreeBSD.org>
Wed, 17 Nov 2021 20:12:25 +0000 (20:12 +0000)
commit1de34945f4403f67cc502ca6a9091ea3adf263b2
tree1dab47df8fef05c250b5fda0a46a518b6230f4ff
parentdbb47e9264da2e11d60cea466a77cf008a387428
freebsd32: remove redundent osig*() implementations

ofreebsd32_sigprocmask, ofreebsd32_sigblock, ofreebsd32_sigsetmask,
and ofreebsd32_sigsuspend were all duplicates of the default ABI
versions and there are no type concerns as all arguments are the
same.

Reviewed by: kevans
sys/compat/freebsd32/freebsd32_misc.c
sys/compat/freebsd32/freebsd32_proto.h
sys/compat/freebsd32/freebsd32_syscall.h
sys/compat/freebsd32/freebsd32_syscalls.c
sys/compat/freebsd32/freebsd32_sysent.c
sys/compat/freebsd32/syscalls.master