URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [newlib-1.18.0/] [newlib/] [libc/] [syscalls/] [systimes.c] - Rev 841
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