summaryrefslogtreecommitdiff
path: root/fpcsrc/rtl/unix/syscall.pp
blob: fe001aac4b89236999d2610521c3fbd5802ea9d2 (plain)
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.