URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.18.0/] [newlib/] [libc/] [syscalls/] [systimes.c] - Rev 326
Go to most recent revision | Compare with Previous | Blame | View Log
/* connector for times */ #include <reent.h> #include <sys/times.h> clock_t _DEFUN (times, (buf), struct tms *buf) { return _times_r (_REENT, buf); }
Go to most recent revision | Compare with Previous | Blame | View Log