ossysc.inc 831 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. $Id$
  3. Copyright (c) 2002 by Marco van de Voort
  4. The base *BSD syscalls required to implement the system unit. These
  5. are aliased for use in other units (to avoid poluting the system units
  6. interface)
  7. See the file COPYING.FPC, included in this distribution,
  8. for details about the copyright.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  12. ****************************************************************************
  13. }
  14. {$i ostypes.inc}
  15. {$ifdef FPC_USE_LIBC}
  16. {$Linklib c}
  17. // Out of date atm.
  18. {$ifdef FPC_IS_SYSTEM}
  19. {$i oscdeclh.inc}
  20. {$endif}
  21. {$I bunxmacr.inc}
  22. {
  23. $Log$
  24. Revision 1.1 2005-02-07 22:17:26 peter
  25. * updated for 1.9.x unix rtl
  26. }