Changeset View
Changeset View
Standalone View
Standalone View
sys/kern/syscalls.master
Show First 20 Lines • Show All 3,235 Lines • ▼ Show 20 Lines | 575 AUE_CLOSERANGE STD { | ||||
} | } | ||||
; 576 is initialised by the krpc code, if present. | ; 576 is initialised by the krpc code, if present. | ||||
576 AUE_NULL NOSTD { | 576 AUE_NULL NOSTD { | ||||
int rpctls_syscall( | int rpctls_syscall( | ||||
int op, | int op, | ||||
_In_z_ const char *path | _In_z_ const char *path | ||||
); | ); | ||||
} | } | ||||
577 AUE_EVENTFD STD { | |||||
int eventfd( | |||||
unsigned int initval, | |||||
int flags | |||||
); | |||||
brooks: While it has little effect in practice, please use `size_t` for things that should be… | |||||
} | |||||
; Please copy any additions and changes to the following compatability tables: | ; Please copy any additions and changes to the following compatability tables: | ||||
; sys/compat/freebsd32/syscalls.master | ; sys/compat/freebsd32/syscalls.master | ||||
; vim: syntax=off | ; vim: syntax=off |
While it has little effect in practice, please use size_t for things that should be initialized by sizeof().