OSDN Git Service

1a04267449d8eff2f3b1da252c083f0bb6ffcc05
[pf3gnuchains/pf3gnuchains4x.git] / libgloss / ms1 / 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 }