Declare linux_sys_setgid16() (NOARGS -> STD).
Change syscall #182 from linux_sys_lchown() to linux_sys_lchown16().
This commit is contained in:
parent
6f1ea9f65f
commit
4aee4579ba
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: syscalls.master,v 1.25 2000/12/18 14:37:17 fvdl Exp $
|
||||
$NetBSD: syscalls.master,v 1.26 2000/12/26 01:57:10 itohy Exp $
|
||||
|
||||
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
|
||||
|
||||
|
@ -114,7 +114,7 @@
|
|||
43 STD { int linux_sys_times(struct times *tms); }
|
||||
44 OBSOL prof
|
||||
45 STD { int linux_sys_brk(char *nsize); }
|
||||
46 NOARGS { int linux_sys_setgid16(gid_t gid); }
|
||||
46 STD { int linux_sys_setgid16(gid_t gid); }
|
||||
47 NOARGS { gid_t linux_sys_getgid16(void); }
|
||||
48 STD { int linux_sys_signal(int signum, \
|
||||
linux_handler_t handler); }
|
||||
|
@ -323,7 +323,7 @@
|
|||
181 STD { int linux_sys_pwrite(int fd, char *buf, \
|
||||
size_t nbyte, linux_off_t offset); }
|
||||
;182 chown on i386; lchown on m68k.
|
||||
182 STD { int linux_sys_lchown(const char *path, int uid, \
|
||||
182 STD { int linux_sys_lchown16(const char *path, int uid, \
|
||||
int gid); }
|
||||
183 NOARGS { int sys___getcwd(char *bufp, size_t length); }
|
||||
184 UNIMPL capget
|
||||
|
|
Loading…
Reference in New Issue