fpc/rtl/amicommon
2016-04-17 15:31:18 +00:00
..
athreads.pp
classes.pp
dos.pp AROS: SystemTags changed to PtrUInt for 64bit 2016-03-17 18:57:05 +00:00
osdebug.inc
osdebugh.inc
paramhandling.inc Amicommon: Unified parameterhandling for Amiga, AROS, MorphOS 2016-04-17 15:31:18 +00:00
README.TXT
rtldefs.inc
sysdir.inc
sysfile.inc amicommon: actually, not all filesystems (FTPMount, for example) support the ExamineFH method, so fall back to double-seek in that case 2015-07-23 18:43:37 +00:00
sysheap.inc
sysos.inc
sysosh.inc
sysutils.pp Amicommon: Fixed compilation after r33290 2016-03-20 06:45:00 +00:00
tthread.inc

This is the common directory for RTL code which is shared among Amiga-like
platforms. That means AmigaOS on 68k, MorphOS and AROS on i386 currently.

All code which is committed to this directory must be compilable and working
on these systems. System specific implementations are possible to add via
include files, which are then included into these files at the right place.

  Karoly Balogh (2014.08.22)