Fix inconsistent argument names
This commit is contained in:
parent
978d974482
commit
a58f44dd16
@ -1,4 +1,4 @@
|
|||||||
$NetBSD: syscalls.master,v 1.62 2014/11/22 13:18:45 njoly Exp $
|
$NetBSD: syscalls.master,v 1.63 2015/03/23 07:50:03 ozaki-r Exp $
|
||||||
|
|
||||||
; Derived from sys/compat/linux/arch/*/syscalls.master
|
; Derived from sys/compat/linux/arch/*/syscalls.master
|
||||||
; and from Linux 2.4.12 arch/arm/kernel/calls.S
|
; and from Linux 2.4.12 arch/arm/kernel/calls.S
|
||||||
@ -161,10 +161,10 @@
|
|||||||
81 STD { int|linux_sys||setgroups16(int gidsetsize, \
|
81 STD { int|linux_sys||setgroups16(int gidsetsize, \
|
||||||
linux_gid16_t *gidset); }
|
linux_gid16_t *gidset); }
|
||||||
82 STD { int|linux_sys||oldselect(struct linux_oldselect *lsp); }
|
82 STD { int|linux_sys||oldselect(struct linux_oldselect *lsp); }
|
||||||
83 NOARGS { int|sys||symlink(const char *path, const char *to); }
|
83 NOARGS { int|sys||symlink(const char *path, const char *link); }
|
||||||
84 NOARGS { int|compat_43_sys||lstat(const char *path, \
|
84 NOARGS { int|compat_43_sys||lstat(const char *path, \
|
||||||
struct stat43 *up); } oolstat
|
struct stat43 *ub); } oolstat
|
||||||
85 NOARGS { int|sys||readlink(const char *name, char *buf, \
|
85 NOARGS { int|sys||readlink(const char *path, char *buf, \
|
||||||
int count); }
|
int count); }
|
||||||
#ifdef EXEC_AOUT
|
#ifdef EXEC_AOUT
|
||||||
86 STD { int|linux_sys||uselib(const char *path); }
|
86 STD { int|linux_sys||uselib(const char *path); }
|
||||||
|
Loading…
Reference in New Issue
Block a user