mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-10 13:29:33 +01:00
* syscall.inc -> syscallo.inc
This commit is contained in:
parent
a35e570869
commit
5f620cd626
@ -115,7 +115,7 @@ var
|
|||||||
Errno : longint;
|
Errno : longint;
|
||||||
|
|
||||||
{ Include syscall itself }
|
{ Include syscall itself }
|
||||||
{$i syscall.inc}
|
{$i syscallo.inc}
|
||||||
|
|
||||||
Function Sys_mmap(adr,len,prot,flags,fdes,off:longint):longint;
|
Function Sys_mmap(adr,len,prot,flags,fdes,off:longint):longint;
|
||||||
type
|
type
|
||||||
@ -382,7 +382,10 @@ initialization
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.5 2002-10-31 13:45:21 carl
|
Revision 1.6 2002-11-11 21:41:06 marco
|
||||||
|
* syscall.inc -> syscallo.inc
|
||||||
|
|
||||||
|
Revision 1.5 2002/10/31 13:45:21 carl
|
||||||
* threadvar.inc -> threadvr.inc
|
* threadvar.inc -> threadvr.inc
|
||||||
|
|
||||||
Revision 1.4 2002/10/26 18:27:52 marco
|
Revision 1.4 2002/10/26 18:27:52 marco
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user