mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Put comments about syscalls by the correct ones, and use the correct syscall
number in the comment.
This commit is contained in:
parent
09a35a341c
commit
7188e3c834
1 changed files with 2 additions and 2 deletions
|
|
@ -324,12 +324,12 @@
|
|||
; 169 is initialized by the SYSVSEM code if present or loaded
|
||||
169 AUE_SEMSYS NOSTD { int semsys(int which, int a2, int a3, \
|
||||
int a4, int a5); }
|
||||
; 169 is initialized by the SYSVMSG code if present or loaded
|
||||
; XXX should be { int semsys(int which, ...); }
|
||||
; 170 is initialized by the SYSVMSG code if present or loaded
|
||||
170 AUE_MSGSYS NOSTD { int msgsys(int which, int a2, int a3, \
|
||||
int a4, int a5, int a6); }
|
||||
; 169 is initialized by the SYSVSHM code if present or loaded
|
||||
; XXX should be { int msgsys(int which, ...); }
|
||||
; 171 is initialized by the SYSVSHM code if present or loaded
|
||||
171 AUE_SHMSYS NOSTD { int shmsys(int which, int a2, int a3, \
|
||||
int a4); }
|
||||
; XXX should be { int shmsys(int which, ...); }
|
||||
|
|
|
|||
Loading…
Reference in a new issue