update
[midnight-commander.git] / os2 / sys / time.h
blobc410cca95b2387b39485762afccfd6669ba6becd
2 #ifndef _SYS_TIME_H
3 #define _SYS_TIME_H
5 #ifndef _WINSOCKAPI_ /* winsock.h defines struct timeval */
7 struct timeval {
8 long tv_sec;
9 long tv_usec;
12 #endif
14 int gettimeofday (struct timeval*, void *);
16 #endif