unxsysch.inc 714 B

123456789101112131415161718192021222324252627
  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.9 2005-02-14 17:13:30 peter
  16. * truncate log
  17. Revision 1.8 2005/02/13 20:01:38 peter
  18. * include file cleanup
  19. }