mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 23:50:23 +02:00
* arm requires oldmmap call as well
This commit is contained in:
parent
74f5f05b6d
commit
33d9cedfd9
@ -353,6 +353,10 @@ type
|
|||||||
{$define OLDMMAP}
|
{$define OLDMMAP}
|
||||||
{$endif cpum68k}
|
{$endif cpum68k}
|
||||||
|
|
||||||
|
{$ifdef cpuarm}
|
||||||
|
{$define OLDMMAP}
|
||||||
|
{$endif cpuarm}
|
||||||
|
|
||||||
Function Fpmmap(adr:pointer;len:size_t;prot:cint;flags:cint;fd:cint;off:off_t):pointer; [public, alias : 'FPC_SYSC_MMAP'];
|
Function Fpmmap(adr:pointer;len:size_t;prot:cint;flags:cint;fd:cint;off:off_t):pointer; [public, alias : 'FPC_SYSC_MMAP'];
|
||||||
// OFF_T procedure, and returns a pointer, NOT cint.
|
// OFF_T procedure, and returns a pointer, NOT cint.
|
||||||
|
|
||||||
@ -467,7 +471,10 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.12 2003-12-30 16:26:10 marco
|
Revision 1.13 2004-01-23 00:00:06 florian
|
||||||
|
* arm requires oldmmap call as well
|
||||||
|
|
||||||
|
Revision 1.12 2003/12/30 16:26:10 marco
|
||||||
* some more fixes. Testing on idefix
|
* some more fixes. Testing on idefix
|
||||||
|
|
||||||
Revision 1.11 2003/12/30 15:43:20 marco
|
Revision 1.11 2003/12/30 15:43:20 marco
|
||||||
|
Loading…
Reference in New Issue
Block a user