summaryrefslogtreecommitdiff
path: root/ace/OS.i
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS.i')
-rw-r--r--ace/OS.i3
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/OS.i b/ace/OS.i
index c97cdd29be9..629b3e0c9f4 100644
--- a/ace/OS.i
+++ b/ace/OS.i
@@ -1845,7 +1845,8 @@ ACE_OS::cond_timedwait (ACE_cond_t *cv,
int, -1, result);
# endif /* ACE_HAS_DCE_DRAFT4_THREADS */
// We need to adjust this to make the POSIX and Solaris return
- // values consistent. EAGAIN is from DCE DRAFT4 (HP-UX 10.20 and down).
+ // values consistent. EAGAIN is from DCE DRAFT4 (HP-UX 10.20 and
+ // down).
if (result == -1 && (errno == ETIMEDOUT || errno == EAGAIN))
errno = ETIME;