Moved timing structs around to be more standard
This commit is contained in:
parent
e0ffcdadd1
commit
dfe2b4513f
2 changed files with 3 additions and 2 deletions
|
@ -24,8 +24,6 @@ typedef struct {
|
||||||
|
|
||||||
#define ASYN_NONBLOCK 0x01
|
#define ASYN_NONBLOCK 0x01
|
||||||
|
|
||||||
struct timeval { long tv_sec, tv_usec; };
|
|
||||||
|
|
||||||
#define EINPROGRESS EINTR
|
#define EINPROGRESS EINTR
|
||||||
#define ASYN_INPROGRESS EINPROGRESS
|
#define ASYN_INPROGRESS EINPROGRESS
|
||||||
|
|
||||||
|
|
|
@ -70,4 +70,7 @@ _PROTOTYPE( void tzset, (void) );
|
||||||
_PROTOTYPE( int stime, (time_t *_top) );
|
_PROTOTYPE( int stime, (time_t *_top) );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
struct timeval { long tv_sec, tv_usec; };
|
||||||
|
extern long timezone;
|
||||||
|
|
||||||
#endif /* _TIME_H */
|
#endif /* _TIME_H */
|
||||||
|
|
Loading…
Reference in a new issue