URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.17.0/] [newlib/] [libc/] [syscalls/] [sysgettod.c] - Rev 312
Go to most recent revision | Compare with Previous | Blame | View Log
/* connector for gettimeofday */ #include <reent.h> #include <sys/types.h> #include <sys/time.h> int _DEFUN (gettimeofday, (ptimeval, ptimezone), struct timeval *ptimeval _AND void *ptimezone) { return _gettimeofday_r (_REENT, ptimeval, ptimezone); }
Go to most recent revision | Compare with Previous | Blame | View Log