summaryrefslogtreecommitdiff
path: root/ace/os_include/poll.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/poll.h')
-rw-r--r--ace/os_include/poll.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ace/os_include/poll.h b/ace/os_include/poll.h
index 765a580df8e..20ba6f0b608 100644
--- a/ace/os_include/poll.h
+++ b/ace/os_include/poll.h
@@ -2,19 +2,19 @@
//=============================================================================
/**
- * @file poll.h
+ * @file os_poll.h
*
* definitions for the poll() function
*
* $Id$
*
- * @author Don Hinton <dhinton@ieee.org>
+ * @author Don Hinton <dhinton@dresystems.com>
* @author This code was originally in various places including ace/OS.h.
*/
//=============================================================================
-#ifndef ACE_OS_INCLUDE_POLL_H
-#define ACE_OS_INCLUDE_POLL_H
+#ifndef ACE_OS_INCLUDE_OS_POLL_H
+#define ACE_OS_INCLUDE_OS_POLL_H
#include "ace/pre.h"
@@ -29,4 +29,4 @@
#endif /* !ACE_LACKS_POLL_H */
#include "ace/post.h"
-#endif /* ACE_OS_INCLUDE_POLL_H */
+#endif /* ACE_OS_INCLUDE_OS_POLL_H */