mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 09:34:12 +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);
|
fpFlock:=do_syscall(syscall_nr_flock,fd,mode);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
{$ifndef CPUI386}
|
||||||
// needs oldfpccall;
|
// needs oldfpccall;
|
||||||
Function intAssignPipe(var pipe_in,pipe_out:longint;var errn:cint):cint; oldfpccall;
|
Function intAssignPipe(var pipe_in,pipe_out:longint;var errn:cint):cint; oldfpccall;
|
||||||
{
|
{
|
||||||
@ -112,6 +113,7 @@ begin
|
|||||||
mov %ebx,(%edx)
|
mov %ebx,(%edx)
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
{$endif CPUI386}
|
||||||
|
|
||||||
|
|
||||||
function MUnMap (P : Pointer; Size : size_t) : cint;
|
function MUnMap (P : Pointer; Size : size_t) : cint;
|
||||||
|
Loading…
Reference in New Issue
Block a user