mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-18 05:01:42 +02:00
* removes syscalls unit from bsd.pas uses clause if libc is used
git-svn-id: trunk@5240 -
This commit is contained in:
parent
84a96d66de
commit
0fcb772a28
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user