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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [syscalls/] [systimes.c] - Diff between revs 1010 and 1765

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 1010 Rev 1765
/* connector for times */
/* connector for times */
 
 
#include <reent.h>
#include <reent.h>
#include <sys/times.h>
#include <sys/times.h>
 
 
clock_t
clock_t
times (buf)
times (buf)
     struct tms *buf;
     struct tms *buf;
{
{
#ifdef REENTRANT_SYSCALLS_PROVIDED
#ifdef REENTRANT_SYSCALLS_PROVIDED
  return _times_r (_REENT, buf);
  return _times_r (_REENT, buf);
#else
#else
  return _times (buf);
  return _times (buf);
#endif
#endif
}
}
 
 

powered by: WebSVN 2.1.0

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