Browse Source

* 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 -
marco 13 years ago
parent
commit
dffc154c11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/libc/src/libc.pp

+ 1 - 1
packages/libc/src/libc.pp

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