1 2 3 4 5 6 7 8 9 10 11
unit syscall; interface {$define FPC_USE_SYSCALL} {$i sysnr.inc} {$i syscallh.inc} implementation end.