mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 19:49:22 +02:00
* adding deprecated warning to libc to promote migration to portable units. Not related to short term removal of the unit.
git-svn-id: trunk@19954 -
This commit is contained in:
parent
17a276aabc
commit
dffc154c11
@ -6,7 +6,7 @@
|
|||||||
{$error The KernelDefs unit is a legacy Kylix-compatibility unit that is only supported on Linux/i386. It is known not to work in various ways on other OSes and architectures (including Linux/x86_64). }
|
{$error The KernelDefs unit is a legacy Kylix-compatibility unit that is only supported on Linux/i386. It is known not to work in various ways on other OSes and architectures (including Linux/x86_64). }
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
unit libc;
|
unit libc deprecated 'Unportable Kylix legacy unit that only exists on Linux/x86. see http://wiki.freepascal.org/libc_unit ';
|
||||||
|
|
||||||
Interface
|
Interface
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user