summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2003-08-14 18:50:14 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2003-08-14 18:50:14 +0000
commitc68ee2fc45e294fe65b4dfe2928b190dd636e077 (patch)
treea758b4c2eb1c792edb674e8c4f27b2c00c2e5baa
parent90ca60a41f4886ab4d9981c597dee9e43a443df9 (diff)
unbust my previous commit.
-rw-r--r--sys/compat/linux/linux_misc.c8
-rw-r--r--sys/compat/linux/syscalls.master4
2 files changed, 9 insertions, 3 deletions
diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c
index ce1475dcb27..2dcc6e455f4 100644
--- a/sys/compat/linux/linux_misc.c
+++ b/sys/compat/linux/linux_misc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: linux_misc.c,v 1.51 2003/07/23 17:42:09 tedu Exp $ */
+/* $OpenBSD: linux_misc.c,v 1.52 2003/08/14 18:50:13 fgsch Exp $ */
/* $NetBSD: linux_misc.c,v 1.27 1996/05/20 01:59:21 fvdl Exp $ */
/*-
@@ -1537,3 +1537,9 @@ linux_sys_sysinfo(p, v, retval)
return (copyout(&si, SCARG(uap, sysinfo), sizeof(si)));
}
+
+int
+linux_sys_exit_group(struct proc *p, void *v, register_t *retval)
+{
+ return (sys_exit(p, v, retval));
+}
diff --git a/sys/compat/linux/syscalls.master b/sys/compat/linux/syscalls.master
index f7dd840362d..f9119822e04 100644
--- a/sys/compat/linux/syscalls.master
+++ b/sys/compat/linux/syscalls.master
@@ -1,4 +1,4 @@
- $OpenBSD: syscalls.master,v 1.41 2003/08/14 18:34:15 fgsch Exp $
+ $OpenBSD: syscalls.master,v 1.42 2003/08/14 18:50:13 fgsch Exp $
; $NetBSD: syscalls.master,v 1.15 1995/12/18 14:35:10 fvdl Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@@ -388,7 +388,7 @@
249 UNIMPL linux_sys_io_cancel
250 UNIMPL linux_sys_fadvise64
251 UNIMPL
-252 NOARGS { int sys_exit(int rval); }
+252 STD { int linux_sys_exit_group(int rval); }
253 UNIMPL linux_sys_lookup_dcookie
254 UNIMPL linux_sys_epoll_create
255 UNIMPL linux_sys_epoll_ctl