mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 12:50:31 +02:00
* manually merged part of d8021a1102
that prohibits later merges
This commit is contained in:
parent
622472d891
commit
bd4b14a28b
@ -376,7 +376,7 @@ end;
|
||||
|
||||
function __pipe_call(sysnr:TSysParam):TSysResult; {$ifdef cpui386}oldfpccall{$endif} external name 'FPC_DOSYS0';
|
||||
|
||||
{$if defined(freebsd) or defined (dragonfly)}
|
||||
{$if (defined(freebsd) or defined (dragonfly)) and (defined(CPUi386) or defined(CPUX86_64))}
|
||||
{$define PIPE_RESULT_IN_EAX_AND_EDX}
|
||||
{$endif}
|
||||
Function FPpipe(var fildes : tfildes):cint;
|
||||
|
Loading…
Reference in New Issue
Block a user