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