linuxnew.inc 829 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. $Id$
  3. This file is part of the Free Pascal run time library.
  4. Copyright (c) 1999-2000 by Michael Van Canneyt,
  5. BSD parts (c) 2000 by Marco van de Voort
  6. members of the Free Pascal development team.
  7. New linux unit. Linux only calls only. Will be renamed to linux.pp
  8. when 1.0.x support is killed off.
  9. See the file COPYING.FPC, included in this distribution,
  10. for details about the copyright.
  11. This program is distributed in the hope that it will be useful,
  12. but WITHOUT ANY WARRANTY;without even the implied warranty of
  13. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  14. **********************************************************************}
  15. unit Linux;
  16. interface
  17. implementation
  18. end.
  19. {
  20. $Log$
  21. Revision 1.1 2003-09-15 14:12:17 marco
  22. * moved linux.pp contents to linuxold etc
  23. }