repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: lockf: Fix adding a new lock over multiple locks
[newlib-cygwin.git]
/
libgloss
/
mt
/
gettime.c
blob
1a04267449d8eff2f3b1da252c083f0bb6ffcc05
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
}