summaryrefslogtreecommitdiff
path: root/ACE/ace/os_include/os_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/os_include/os_time.h')
-rw-r--r--ACE/ace/os_include/os_time.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/ACE/ace/os_include/os_time.h b/ACE/ace/os_include/os_time.h
index a6a12c845ef..4e89b129f75 100644
--- a/ACE/ace/os_include/os_time.h
+++ b/ACE/ace/os_include/os_time.h
@@ -25,11 +25,8 @@
// @todo should we include anything from signal.h?
#include "ace/os_include/sys/os_types.h"
-// To get the proper select() signature, this is required for HP-UX, and
-// maybe other platforms that offer both int and fdset forms of select().
-// For HP-UX, sys/time.h must be included before time.h, or
-// _XOPEN_SOURCE_EXTENDED must be defined. It's not nice to require
-// the preprocessor macro, so we force our select() preference this way.
+// To get the proper select() signature, this is required for maybe other platforms
+// that offer both int and fdset forms of select().
#if !defined (ACE_LACKS_SYS_TIME_H)
# include /**/ <sys/time.h>
#endif /* !ACE_LACKS_SYS_TIME_H */