mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 11:49:38 +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 -
|
||
|---|---|---|
| .. | ||
| clocale.inc | ||
| dlaix.inc | ||
| errno.inc | ||
| errnostr.inc | ||
| Makefile | ||
| Makefile.fpc | ||
| osdefs.inc | ||
| osmacro.inc | ||
| ostypes.inc | ||
| pthread.inc | ||
| ptypes.inc | ||
| rtldefs.inc | ||
| sighnd.inc | ||
| sighndh.inc | ||
| signal.inc | ||
| suuid.inc | ||
| sysos.inc | ||
| sysosh.inc | ||
| system.pp | ||
| termio.pp | ||
| termios.inc | ||
| termiosproc.inc | ||
| unxconst.inc | ||
| unxfunc.inc | ||
| unxsockh.inc | ||