unxsysc.inc 1014 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. $Id$
  3. This file is part of the Free Pascal run time library.
  4. Copyright (c) 2001 by Free Pascal development team
  5. Some calls for the unix unit.
  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.7 2004-11-14 12:21:08 marco
  15. * moved some calls from unix to baseunix. Darwin untested.
  16. Revision 1.6 2004/11/03 15:00:43 marco
  17. * Pathstr eliminated
  18. Revision 1.5 2004/04/22 17:17:23 peter
  19. * x86-64 fixes
  20. Revision 1.4 2004/01/01 16:10:23 marco
  21. * fpreadlink(pathstr) moved to unxovl (since not platform specific),
  22. small fixes for "make all OPT='-dFPC_USE_LIBC'
  23. Revision 1.3 2003/11/13 13:11:55 marco
  24. * Linuxerror remove + hdr+log added
  25. }