summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-02-01 17:27:14 +0000
committerbde <bde@FreeBSD.org>2002-02-01 17:27:14 +0000
commitc1d433597ed278a384a9a3bbf9bd2f566c2cd19b (patch)
tree15ba8d944bee59f267b625ca9b1e5402b8311725 /sys/kern/syscalls.c
parent2911dcf482884986a4ee3fa4487ef44a341b1b4f (diff)
downloadFreeBSD-src-c1d433597ed278a384a9a3bbf9bd2f566c2cd19b.zip
FreeBSD-src-c1d433597ed278a384a9a3bbf9bd2f566c2cd19b.tar.gz
Made osigreturn(2) standard so that SYS_osigreturn can be used in the
signal trampoline for old signals. The arches that support old signals currently abuse sigreturn(2) instead. This mainly complicates things and slightly breaks the the new sigreturn(2). COMPAT is too limited to support the correct configuration of osigreturn, and this commit doesn't attempt to fix it; it just moves the bogusness: osigreturn() must now be provided unconditionally even on arches that don't really need it; previously it had to be provided under the bogus condition defined(COMPAT_43).
Diffstat (limited to 'sys/kern/syscalls.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud