Cygwin: lockf: Fix adding a new lock over multiple locks
[newlib-cygwin.git] / libgloss / mt / gettime.c
blob1a04267449d8eff2f3b1da252c083f0bb6ffcc05
1 #include <_ansi.h>
2 #include <sys/types.h>
3 #include <sys/stat.h>
4 #include "trap.h"
5 #include "sys/time.h"
8 int
9 _gettimeofday (struct timeval *tp, void *tzp)
11 return TRAP0 (SYS_gettimeofday, tp, tzp, 0);