mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 21:11:23 +02:00
* enable vfork for solaris
git-svn-id: trunk@5557 -
This commit is contained in:
parent
d127e002d8
commit
87a4372d7f
@ -20,7 +20,7 @@ interface
|
||||
{ force ansistrings }
|
||||
{$H+}
|
||||
|
||||
{$if defined(BSD) and defined(FPC_USE_LIBC)}
|
||||
{$if (defined(BSD) or defined(SUNOS)) and defined(FPC_USE_LIBC)}
|
||||
{$define USE_VFORK}
|
||||
{$endif}
|
||||
|
||||
|
@ -17,7 +17,7 @@ Interface
|
||||
|
||||
Uses BaseUnix,UnixType;
|
||||
|
||||
{$if defined(BSD) and defined(FPC_USE_LIBC)}
|
||||
{$if (defined(BSD) or defined(SUNOS)) and defined(FPC_USE_LIBC)}
|
||||
{$define USE_VFORK}
|
||||
{$endif}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user