OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-newlib/] [newlib-1.17.0/] [newlib/] [libc/] [syscalls/] [sysgettod.c] - Blame information for rev 9

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 9 jlechner
/* connector for gettimeofday */
2
 
3
#include <reent.h>
4
#include <sys/types.h>
5
#include <sys/time.h>
6
 
7
int
8
_DEFUN (gettimeofday, (ptimeval, ptimezone),
9
     struct timeval *ptimeval _AND
10
     void *ptimezone)
11
{
12
  return _gettimeofday_r (_REENT, ptimeval, ptimezone);
13
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.