unxsysch.inc 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. $Id$
  3. Copyright (c) 2002 by Marco van de Voort
  4. deeper calls exported by unit unix
  5. See the file COPYING.FPC, included in this distribution,
  6. for details about the copyright.
  7. This program is distributed in the hope that it will be useful,
  8. but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  10. ****************************************************************************
  11. }
  12. function fpgettimeofday(tp: ptimeval;tzp:ptimezone):cint; external name 'FPC_SYSC_GETTIMEOFDAY';
  13. {
  14. $Log$
  15. Revision 1.8 2005-02-13 20:01:38 peter
  16. * include file cleanup
  17. Revision 1.7 2004/11/14 12:21:08 marco
  18. * moved some calls from unix to baseunix. Darwin untested.
  19. Revision 1.6 2004/11/03 15:00:43 marco
  20. * Pathstr eliminated
  21. Revision 1.5 2004/01/01 16:10:23 marco
  22. * fpreadlink(pathstr) moved to unxovl (since not platform specific),
  23. small fixes for "make all OPT='-dFPC_USE_LIBC'
  24. Revision 1.4 2003/11/19 11:46:55 marco
  25. * changes due to the previous *BSD changes. Mainly moving constants from
  26. unix to systypes.inc (which acts as unxtypes.inc)
  27. }