mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 11:29:22 +02:00
- $Log$ killed
git-svn-id: trunk@8995 -
This commit is contained in:
parent
7f4c387841
commit
ea07c6176c
@ -76,18 +76,3 @@ begin
|
|||||||
errno := 0;
|
errno := 0;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
{
|
|
||||||
$Log: syscall.inc,v $
|
|
||||||
Revision 1.1 2003/01/08 22:32:28 marco
|
|
||||||
* Small fixes and quick merge with 1.0.x. At least the compiler builds now,
|
|
||||||
but it could crash hard, since there are lots of unimplemented funcs.
|
|
||||||
|
|
||||||
Revision 1.1.2.2 2001/08/15 01:08:25 carl
|
|
||||||
* added SysCall(0 routine here as well as argument declarations
|
|
||||||
|
|
||||||
Revision 1.1.2.1 2001/07/13 03:16:03 carl
|
|
||||||
+ static kernel call interface (CPU specific)
|
|
||||||
|
|
||||||
}
|
|
||||||
|
@ -34,19 +34,3 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{
|
|
||||||
$Log: sysheap.inc,v $
|
|
||||||
Revision 1.1 2005/02/07 22:04:55 peter
|
|
||||||
* moved to unix
|
|
||||||
|
|
||||||
Revision 1.1 2005/02/06 16:57:18 peter
|
|
||||||
* threads for go32v2,os,emx,netware
|
|
||||||
|
|
||||||
Revision 1.1 2005/02/06 13:06:20 peter
|
|
||||||
* moved file and dir functions to sysfile/sysdir
|
|
||||||
* win32 thread in systemunit
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -111,14 +111,3 @@ begin
|
|||||||
Dir:='\';
|
Dir:='\';
|
||||||
{$endif WINCE}
|
{$endif WINCE}
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{
|
|
||||||
$Log: sysdir.inc,v $
|
|
||||||
Revision 1.2 2005/02/14 17:13:32 peter
|
|
||||||
* truncate log
|
|
||||||
|
|
||||||
Revision 1.1 2005/02/06 13:06:20 peter
|
|
||||||
* moved file and dir functions to sysfile/sysdir
|
|
||||||
* win32 thread in systemunit
|
|
||||||
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user