Преглед на файлове

* 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 години
родител
ревизия
dffc154c11
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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