OSDN Git Service

r288@cf-ppc-macosx: monabuilder | 2008-12-07 13:17:34 +0900
[pf3gnuchains/pf3gnuchains3x.git] / libgloss / mt / gettime.c
1 #include <_ansi.h>
2 #include <sys/types.h>
3 #include <sys/stat.h>
4 #include "trap.h"
5 #include "sys/time.h"
6
7
8 int
9 _gettimeofday (struct timeval *tp, void *tzp)
10 {
11   return TRAP0 (SYS_gettimeofday, tp, tzp, 0);
12 }