Use POSIX macros for linux
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
#include <stropts.h>
|
||||
#elif defined(HPUX)
|
||||
#include <sys/poll.h>
|
||||
#elif defined(_AIX) || defined(linux)
|
||||
#elif defined(_AIX) || defined(__linux__)
|
||||
#define INFTIM (-1) /* Infinite timeout */
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user