Changeset View
Changeset View
Standalone View
Standalone View
sys/kern/syscalls.master
Show First 20 Lines • Show All 3,232 Lines • ▼ Show 20 Lines | int aio_writev( | ||||
_Inout_ struct aiocb *aiocbp | _Inout_ struct aiocb *aiocbp | ||||
); | ); | ||||
} | } | ||||
579 AUE_AIO_READV STD { | 579 AUE_AIO_READV STD { | ||||
int aio_readv( | int aio_readv( | ||||
_Inout_ struct aiocb *aiocbp | _Inout_ struct aiocb *aiocbp | ||||
); | ); | ||||
} | } | ||||
580 AUE_PDVFORK STD { | |||||
int pdvfork( | |||||
_Out_ int *fdp, | |||||
int flags | |||||
); | |||||
} | |||||
; 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 |