mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 07:46:08 +02:00
* intAssignPipe is i386 only code
git-svn-id: trunk@11767 -
This commit is contained in:
parent
9c6e831c7a
commit
e32f13dffb
@ -84,6 +84,7 @@ begin
|
||||
fpFlock:=do_syscall(syscall_nr_flock,fd,mode);
|
||||
end;
|
||||
|
||||
{$ifndef CPUI386}
|
||||
// needs oldfpccall;
|
||||
Function intAssignPipe(var pipe_in,pipe_out:longint;var errn:cint):cint; oldfpccall;
|
||||
{
|
||||
@ -112,6 +113,7 @@ begin
|
||||
mov %ebx,(%edx)
|
||||
end;
|
||||
end;
|
||||
{$endif CPUI386}
|
||||
|
||||
|
||||
function MUnMap (P : Pointer; Size : size_t) : cint;
|
||||
|
Loading…
Reference in New Issue
Block a user