* 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:
marco 2012-01-02 18:27:45 +00:00
parent 17a276aabc
commit dffc154c11

View File

@ -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