__semctl13 -> ____semctl13

This commit is contained in:
christos 2000-01-31 15:59:58 +00:00
parent 07a6bcdde4
commit 7ccc44e6f7
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
$NetBSD: syscalls.master,v 1.11 1999/12/30 15:40:46 eeh Exp $
$NetBSD: syscalls.master,v 1.12 2000/01/31 15:59:58 christos Exp $
; from: NetBSD: syscalls.master,v 1.81 1998/07/05 08:49:50 jonathan Exp
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@ -479,10 +479,10 @@
300 STD { int netbsd32_fhstatfs(netbsd32_fhandlep_t fhp, \
netbsd32_statp_t buf); }
#if defined(SYSVSEM) || !defined(_KERNEL)
301 STD { int netbsd32___semctl13(int semid, int semnum, int cmd, \
union netbsd32_semun arg); }
301 STD { int netbsd32___semctl14(int semid, int semnum, int cmd, \
union netbsd32_semun3* arg); }
#else
301 EXCL __semctl13
301 EXCL __semctl14
#endif
#if defined(SYSVMSG) || !defined(_KERNEL)
302 STD { int netbsd32___msgctl13(int msqid, int cmd, \