diff options
author | marcel <marcel@FreeBSD.org> | 2000-11-23 08:55:30 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2000-11-23 08:55:30 +0000 |
commit | cde8d159637481ca81846c9518f53cd29dc16c16 (patch) | |
tree | 447c84b8e2199bb385d74f2dbe99427d9ba92890 /sys/i386/linux/linux_sysent.c | |
parent | 0fd34587296e65de5fd6a027091f2e32636c2099 (diff) | |
download | FreeBSD-src-cde8d159637481ca81846c9518f53cd29dc16c16.zip FreeBSD-src-cde8d159637481ca81846c9518f53cd29dc16c16.tar.gz |
o Change the argument of linux_sigreturn to be a pointer to a
struct sigframe. We need more than only the signal context.
o Properly convert the signal mask when setting up the signal
frame in linux_sendsig and properly convert it back in
linux_sigreturn.
Do some cleanups and improve style while here.
Diffstat (limited to 'sys/i386/linux/linux_sysent.c')
-rw-r--r-- | sys/i386/linux/linux_sysent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/linux/linux_sysent.c b/sys/i386/linux/linux_sysent.c index 29c8626..c0dbc729 100644 --- a/sys/i386/linux/linux_sysent.c +++ b/sys/i386/linux/linux_sysent.c @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.36 2000/11/09 07:27:55 marcel Exp + * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.38 2000/11/23 08:53:19 marcel Exp */ #include "opt_compat.h" |