diff options
author | marcel <marcel@FreeBSD.org> | 1999-09-29 15:01:21 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 1999-09-29 15:01:21 +0000 |
commit | a77a86a32324d1cd4c2f1b3055c97e6bc066a6eb (patch) | |
tree | 493a093b9a82bf7f134c871cc611e61ed4d394da /sys/ufs/mfs/mfs_vfsops.c | |
parent | 104201a6c3c08e780f2757f3e3e525bc5ea7598d (diff) | |
download | FreeBSD-src-a77a86a32324d1cd4c2f1b3055c97e6bc066a6eb.zip FreeBSD-src-a77a86a32324d1cd4c2f1b3055c97e6bc066a6eb.tar.gz |
sigset_t change (part 1 of 5)
-----------------------------
Rename sigaction, sigprocmask, sigpending and sigsuspend to
osigaction, osigprocmask, osigpending and osigsuspend (resp)
and add new syscalls for them to support the new sisgset_t
without breaking existing binaries.
Change the prototype of sigaltstack to use the typedef stack_t
instead of struct sigaltstack to reflect that it is SUSv2
compliant.
Also, rename sigreturn to osigreturn and add a new syscall
to support the modified stackframe. The change is caused by
sigreturn operating on ucontext_t now and the fact that
siginfo_t has been updated to conform to SUSv2.
Diffstat (limited to 'sys/ufs/mfs/mfs_vfsops.c')
0 files changed, 0 insertions, 0 deletions