unxsysc.inc 959 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. $Id$
  3. This file is part of the Free Pascal run time library.
  4. Copyright (c) 2003 Marco van de Voort
  5. member of the Free Pascal development team.
  6. See the file COPYING.FPC, included in this distribution,
  7. for details about the copyright.
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY;without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  11. **********************************************************************}
  12. {
  13. $Log$
  14. Revision 1.8 2004-11-14 12:21:08 marco
  15. * moved some calls from unix to baseunix. Darwin untested.
  16. Revision 1.7 2004/11/03 15:00:43 marco
  17. * Pathstr eliminated
  18. Revision 1.6 2004/07/03 22:48:49 marco
  19. * small fix for 1.0.x cycling
  20. Revision 1.5 2004/04/22 16:22:10 marco
  21. * fpnice fixes
  22. Revision 1.4 2004/01/01 17:07:21 marco
  23. * few small freebsd fixes backported from debugging linux
  24. }