[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'oldlinux' (#rtl) |
Execute system call.
Source position: oldlinux.pp line 1298
function SysCall( |
callnr: LongInt; |
var regs: SysCallRegs |
):LongInt; |
SysCall can be used to execute a direct system call. The call parameters must be encoded in regs and the call number must be specified by callnr. The call result is returned, and any modified registers are in regs
None.
|
Register describing system calls. |
No notes exist for this page yet.