home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 6
/
FreshFish_September1994.bin
/
bbs
/
gnu
/
pdksh-4.9-src.lha
/
GNU
/
src
/
amiga
/
pdksh-4.9
/
std
/
posix
/
time.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1994-05-04
|
326 b
|
16 lines
/*
* Replacement for BSD <sys/time.h>
* because Ultrix screws it up.
*/
/* $Id: time.h,v 1.3 93/05/05 21:17:50 sjg Exp $ */
struct timeval {
long tv_sec; /* time_t */
long tv_usec; /* microsex */
};
struct timezone {
int tz_minuteswest; /* of Greenwinch */
int tz_dsttime; /* type of dst correction to apply */
};