* removes syscalls unit from bsd.pas uses clause if libc is used

git-svn-id: trunk@5240 -
This commit is contained in:
Almindor 2006-11-05 12:51:34 +00:00
parent 84a96d66de
commit 0fcb772a28

View File

@ -112,8 +112,10 @@ procedure EV_SET(kevp: PKEvent; const aIdent: cuint; const aFilter: cshort;
implementation
{$IFNDEF FPC_USE_LIBC}
uses
SysCall;
{$endif}
procedure EV_SET(kevp: PKEvent; const aIdent: cuint; const aFilter: cshort; const aFlags: cushort;
const aFFlags: cuint; const aData: cint; const auData: Pointer); inline;