summaryrefslogtreecommitdiff
path: root/Xos.h
diff options
context:
space:
mode:
Diffstat (limited to 'Xos.h')
-rw-r--r--Xos.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/Xos.h b/Xos.h
index cd41bdd..e051016 100644
--- a/Xos.h
+++ b/Xos.h
@@ -57,18 +57,7 @@ in this Software without prior written authorization from The Open Group.
#include <sys/types.h>
#define _POSIX_SOURCE
#else
-/*
- * Make sure _XOPEN_SOURCE is defined before including sys/select.h
- * so that we get fds_bits in fd_set instead of __fds_bits
- * EXCEPT on SVR4, where it REMOVES required typedefs!
- */
-# if !defined(_XOPEN_SOURCE) && !defined(SVR4)
-# define _XOPEN_SOURCE
-# include <sys/types.h>
-# undef _XOPEN_SOURCE
-# else
-# include <sys/types.h>
-# endif
+# include <sys/types.h>
#endif
#endif /* USG */