mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-08 01:59:32 +01:00
use a single byte API for file system operations
+ FPCRTL_FILESYSTEM_TWO_BYTE_API define that is set for targets where we
use a single byte API for file system operations
o in principle, both can be set if both are supprted and implemented in
the RTL in order to minimise conversions depending on the scenario
git-svn-id: branches/cpstrrtl@24991 -
|
||
|---|---|---|
| .. | ||
| i386 | ||
| powerpc | ||
| x86_64 | ||
| errno.inc | ||
| errnostr.inc | ||
| Makefile | ||
| Makefile.fpc | ||
| pmutext.inc | ||
| pthread.inc | ||
| ptypes.inc | ||
| rtldefs.inc | ||
| signal.inc | ||
| syscalls.inc | ||
| sysconst.inc | ||
| sysctlh.inc | ||
| sysnr.inc | ||
| sysofft.inc | ||
| systypes.inc | ||
| termio.pp | ||
| termios.inc | ||
| termiosproc.inc | ||
| unixsock.inc | ||
| unxconst.inc | ||
| unxfunc.inc | ||
| unxsockh.inc | ||
| unxsysc.inc | ||