mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-29 17:59:21 +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 }
|
{ force ansistrings }
|
||||||
{$H+}
|
{$H+}
|
||||||
|
|
||||||
{$if defined(BSD) and defined(FPC_USE_LIBC)}
|
{$if (defined(BSD) or defined(SUNOS)) and defined(FPC_USE_LIBC)}
|
||||||
{$define USE_VFORK}
|
{$define USE_VFORK}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ Interface
|
|||||||
|
|
||||||
Uses BaseUnix,UnixType;
|
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}
|
{$define USE_VFORK}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user