unxsysch.inc 967 B

1234567891011121314151617181920212223242526272829303132
  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. function fpgettimeofday(tp: ptimeval;tzp:ptimezone):cint; external name 'FPC_SYSC_GETTIMEOFDAY';
  13. {
  14. $Log$
  15. Revision 1.7 2004-11-14 12:21:08 marco
  16. * moved some calls from unix to baseunix. Darwin untested.
  17. Revision 1.6 2004/11/03 15:00:43 marco
  18. * Pathstr eliminated
  19. Revision 1.5 2004/01/01 17:07:21 marco
  20. * few small freebsd fixes backported from debugging linux
  21. Revision 1.4 2003/12/30 12:26:21 marco
  22. * FPC_USE_LIBC
  23. }