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/powerpc Add linux_sys_{get, set}rlimit.



details:   https://anonhg.NetBSD.org/src/rev/57bbfe4d35dc
branches:  trunk
changeset: 522456:57bbfe4d35dc
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Tue Feb 19 16:44:09 2002 +0000

description:
Add linux_sys_{get,set}rlimit.

diffstat:

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

diffs (21 lines):

diff -r db0ce41df72d -r 57bbfe4d35dc sys/compat/linux/arch/powerpc/syscalls.master
--- a/sys/compat/linux/arch/powerpc/syscalls.master     Tue Feb 19 16:35:59 2002 +0000
+++ b/sys/compat/linux/arch/powerpc/syscalls.master     Tue Feb 19 16:44:09 2002 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.8 2002/02/15 16:48:02 christos Exp $  
+       $NetBSD: syscalls.master,v 1.9 2002/02/19 16:44:09 nathanw Exp $  
 
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -174,9 +174,9 @@
 73     STD             { int linux_sys_sigpending(linux_old_sigset_t *set); }
 74     NOARGS          { int compat_43_sys_sethostname(char *hostname, \
                            u_int len);}
-75     NOARGS          { int compat_43_sys_setrlimit(u_int which, \
+75     STD             { int linux_sys_setrlimit(u_int which, \
                            struct orlimit *rlp); }
-76     NOARGS          { int compat_43_sys_getrlimit(u_int which, \
+76     STD             { int linux_sys_getrlimit(u_int which, \
                            struct orlimit *rlp); }
 77     NOARGS          { int sys_getrusage(int who, struct rusage *rusage); }
 78     STD             { int linux_sys_gettimeofday(struct timeval *tp, \



Home | Main Index | Thread Index | Old Index