Moved timing structs around to be more standard

This commit is contained in:
Ben Gras 2005-06-01 09:34:37 +00:00
parent e0ffcdadd1
commit dfe2b4513f
2 changed files with 3 additions and 2 deletions

View file

@ -24,8 +24,6 @@ typedef struct {
#define ASYN_NONBLOCK 0x01
struct timeval { long tv_sec, tv_usec; };
#define EINPROGRESS EINTR
#define ASYN_INPROGRESS EINPROGRESS

View file

@ -70,4 +70,7 @@ _PROTOTYPE( void tzset, (void) );
_PROTOTYPE( int stime, (time_t *_top) );
#endif
struct timeval { long tv_sec, tv_usec; };
extern long timezone;
#endif /* _TIME_H */