fpc/rtl/amicommon
Károly Balogh 3cdf2d0e53 AROS: fixed the new do_filesize() code to build on AROS.
git-svn-id: trunk@29381 -
2015-01-04 01:55:49 +00:00
..
classes.pp
dos.pp Amicommon: Change back WindowPtr in DiskSize/DiskFree 2014-12-14 22:38:05 +00:00
osdebug.inc amicommon: removed the accidental leftovers of experiments for the last syscall fix for MorphOS 2014-09-19 21:17:37 +00:00
osdebugh.inc amicommon: basic common debug facilities, influenced by Debug/DebugLn of the AROS port 2014-09-19 20:40:43 +00:00
README.TXT
rtldefs.inc
sysdir.inc amicommon: fixed sysdir.inc/do_chdir() to actually work on AROS 2014-08-30 00:58:42 +00:00
sysfile.inc AROS: fixed the new do_filesize() code to build on AROS. 2015-01-04 01:55:49 +00:00
sysheap.inc amicommon: AOS_heapPool renamed to ASYS_heapPool. common stuff should start with ASYS, to avoid confusion on AmigaOS, so more to come 2014-08-28 21:50:05 +00:00
sysos.inc
sysosh.inc
sysutils.pp Amicommon: Change back WindowPtr in DiskSize/DiskFree 2014-12-14 22:38:05 +00:00

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)