newlib-cygwin/libgloss/mn10200/times.c

13 lines
188 B
C
Raw Normal View History

2000-03-18 06:48:54 +08:00
#include <_ansi.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "trap.h"
#include "sys/times.h"
clock_t
times (struct tms *buffer)
{
return TRAP0 (SYS_times, buffer, 0, 0);
}