diff options
| author | bjh21 <bjh21@NetBSD.org> | 2002-02-17 22:29:46 +0000 |
|---|---|---|
| committer | bjh21 <bjh21@NetBSD.org> | 2002-02-17 22:29:46 +0000 |
| commit | e5087cd2b4ea08d145dbd343ea6c9c4ff8ebe158 (patch) | |
| tree | 466bb8e2efce15a8efc1f22fe88447b744008acc /sys/compat/linux | |
| parent | 6c9d7cafe828a146d2e490f2b607972d4faef49d (diff) | |
getrlimit and setrlimit now have Linux-specific implementations. Use them.
Diffstat (limited to 'sys/compat/linux')
| -rw-r--r-- | sys/compat/linux/arch/arm/syscalls.master | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linux/arch/arm/syscalls.master b/sys/compat/linux/arch/arm/syscalls.master index 5226d6837ad..0f2150d38a9 100644 --- a/sys/compat/linux/arch/arm/syscalls.master +++ b/sys/compat/linux/arch/arm/syscalls.master @@ -1,4 +1,4 @@ - $NetBSD: syscalls.master,v 1.7 2002/02/15 16:47:59 christos Exp $ + $NetBSD: syscalls.master,v 1.8 2002/02/17 22:29:46 bjh21 Exp $ ; Derived from sys/compat/linux/arch/*/syscalls.master ; and from Linux 2.4.12 arch/arm/kernel/calls.S @@ -146,9 +146,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, \ |
