mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 19:19:24 +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). }
|
||||
{$endif}
|
||||
|
||||
unit libc;
|
||||
unit libc deprecated 'Unportable Kylix legacy unit that only exists on Linux/x86. see http://wiki.freepascal.org/libc_unit ';
|
||||
|
||||
Interface
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user