mark linux_sys_shmget() STD, so that appropriate struct linux_sys_shmget_args
would be defined for use by alpha linux_sysent.c
This commit is contained in:
parent
2c46ccce37
commit
361bf102b8
|
@ -1,4 +1,4 @@
|
||||||
$NetBSD: syscalls.master,v 1.47 2004/09/28 19:05:19 jdolecek Exp $
|
$NetBSD: syscalls.master,v 1.48 2004/10/05 06:01:20 jdolecek Exp $
|
||||||
;
|
;
|
||||||
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
|
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
|
||||||
|
|
||||||
|
@ -387,7 +387,7 @@
|
||||||
210 NOARGS { int linux_sys_shmctl(int shmid, int cmd, \
|
210 NOARGS { int linux_sys_shmctl(int shmid, int cmd, \
|
||||||
struct linux_shmid_ds *buf); }
|
struct linux_shmid_ds *buf); }
|
||||||
211 NOARGS { int sys_shmdt(const void *shmaddr); }
|
211 NOARGS { int sys_shmdt(const void *shmaddr); }
|
||||||
212 NOARGS { int linux_sys_shmget(key_t key, size_t size, int shmflg); }
|
212 STD { int linux_sys_shmget(key_t key, size_t size, int shmflg); }
|
||||||
#else
|
#else
|
||||||
209 UNIMPL shmat
|
209 UNIMPL shmat
|
||||||
210 UNIMPL shmctl
|
210 UNIMPL shmctl
|
||||||
|
|
Loading…
Reference in New Issue