mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 12:07:58 +02:00
Fix compilation of syscall unit for Linux with -dFPC_USE_LIBC option
This commit is contained in:
parent
f6de2c5756
commit
2cb7e44a1b
@ -2,6 +2,12 @@
|
||||
unit syscall;
|
||||
{$ENDIF FPC_DOTTEDUNITS}
|
||||
|
||||
{$ifdef LINUX}
|
||||
{$ifdef FPC_USE_LIBC}
|
||||
{$mode objfpc}
|
||||
{$endif}
|
||||
{$endif}
|
||||
|
||||
interface
|
||||
{$define FPC_USE_SYSCALL}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user