Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4920 → Rev 4921

/contrib/sdk/sources/newlib/libc/time/clock.c
53,16 → 53,7
#include <sys/times.h>
#include <reent.h>
 
 
clock_t
_DEFUN (_times_r, (ptr, ptms),
struct _reent *ptr _AND
struct tms *ptms)
{
return -1;
}
 
clock_t
clock ()
{
struct tms tim_s;