summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_sysent.c
diff options
context:
space:
mode:
authorgallatin <gallatin@FreeBSD.org>2000-10-17 00:03:02 +0000
committergallatin <gallatin@FreeBSD.org>2000-10-17 00:03:02 +0000
commit445ab5352471bf1dcddf56c0c485649e85fba4d0 (patch)
tree76b055bbe1ec42ddd9ffd72be556943d8ac6ac10 /sys/i386/linux/linux_sysent.c
parent7df6b1ab5dadadbedb7f1f29dbd4aa90f61d38fc (diff)
downloadFreeBSD-src-445ab5352471bf1dcddf56c0c485649e85fba4d0.zip
FreeBSD-src-445ab5352471bf1dcddf56c0c485649e85fba4d0.tar.gz
regen after addition of linux_rt_sigreturn
Diffstat (limited to 'sys/i386/linux/linux_sysent.c')
-rw-r--r--sys/i386/linux/linux_sysent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/linux/linux_sysent.c b/sys/i386/linux/linux_sysent.c
index ae6ad32..f250925 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.34 2000/07/29 10:05:25 peter Exp
+ * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.35 2000/10/17 00:00:20 gallatin Exp
*/
#include "opt_compat.h"
@@ -190,7 +190,7 @@ struct sysent linux_sysent[] = {
{ AS(setresgid_args), (sy_call_t *)setresgid }, /* 170 = setresgid */
{ AS(linux_getresgid_args), (sy_call_t *)linux_getresgid }, /* 171 = linux_getresgid */
{ 0, (sy_call_t *)linux_prctl }, /* 172 = linux_prctl */
- { 0, (sy_call_t *)linux_rt_sigreturn }, /* 173 = linux_rt_sigreturn */
+ { AS(linux_rt_sigreturn_args), (sy_call_t *)linux_rt_sigreturn }, /* 173 = linux_rt_sigreturn */
{ AS(linux_rt_sigaction_args), (sy_call_t *)linux_rt_sigaction }, /* 174 = linux_rt_sigaction */
{ AS(linux_rt_sigprocmask_args), (sy_call_t *)linux_rt_sigprocmask }, /* 175 = linux_rt_sigprocmask */
{ 0, (sy_call_t *)linux_rt_sigpending }, /* 176 = linux_rt_sigpending */
OpenPOWER on IntegriCloud