Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/linux/arch/alpha provide linux_sys_getrlimit and ...



details:   https://anonhg.NetBSD.org/src/rev/e6550ecdf640
branches:  trunk
changeset: 522430:e6550ecdf640
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Feb 18 20:12:49 2002 +0000

description:
provide linux_sys_getrlimit and linux_sys_setrlimit

diffstat:

 sys/compat/linux/arch/alpha/syscalls.master |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r f2ace3816180 -r e6550ecdf640 sys/compat/linux/arch/alpha/syscalls.master
--- a/sys/compat/linux/arch/alpha/syscalls.master       Mon Feb 18 19:57:09 2002 +0000
+++ b/sys/compat/linux/arch/alpha/syscalls.master       Mon Feb 18 20:12:49 2002 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.38 2002/02/18 16:35:57 christos Exp $
+       $NetBSD: syscalls.master,v 1.39 2002/02/18 20:12:49 christos Exp $
 ;
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -281,9 +281,9 @@
                                caddr_t asa, int *alen); }
 142    UNIMPL
 143    UNIMPL
-144    NOARGS          { int compat_43_sys_getrlimit(int which, \
+144    STD             { int linux_sys_getrlimit(int which, \
                            struct orlimit *rlp); }
-145    NOARGS          { int compat_43_sys_setrlimit(int which, \
+145    STD             { int linux_sys_setrlimit(int which, \
                            const struct orlimit *rlp); }
 146    UNIMPL
 147    NOARGS          { int sys_setsid(void); }



Home | Main Index | Thread Index | Old Index