]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Compile osigreturn() unconditionally since it will always be needed on
authorbde <bde@FreeBSD.org>
Fri, 1 Feb 2002 15:44:03 +0000 (15:44 +0000)
committerbde <bde@FreeBSD.org>
Fri, 1 Feb 2002 15:44:03 +0000 (15:44 +0000)
commit199578d7e8dd5f3e862d836d520b44843738e810
tree4fa3b87f94af2c013a39398905d632cfdae879a0
parent71445fd2e0afffa649adf74ad07b0e1a30167fb1
Compile osigreturn() unconditionally since it will always be needed on
some arches and the syscall table is machine-independent.  It was
(bogusly) conditional on COMPAT_43, so this usually makes no difference.

ia64: in addition:
- replace the bogus cloned comment before osigreturn() by a correct one.
  osigreturn() is just a stub fo ia64's.
- fix the formatting of cloned comment before sigreturn().
- fix the return code.  use nosys() instead of returning ENOSYS to get
  the same semantics as if the syscall is not in the syscall table.
  Generating SIGSYS is actually correct here.
- fix style bugs.

powerpc: copy the cleaned up ia64 stub.  This mainly fixes a bogus comment.

sparc64: copy the cleaned up the ia64 stub, since there was no stub before.
sys/alpha/alpha/machdep.c
sys/amd64/amd64/machdep.c
sys/i386/i386/machdep.c
sys/ia64/ia64/machdep.c
sys/pc98/i386/machdep.c
sys/pc98/pc98/machdep.c
sys/powerpc/aim/machdep.c
sys/powerpc/powerpc/machdep.c
sys/sparc64/sparc64/machdep.c