summaryrefslogtreecommitdiff
path: root/ace/OS.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS.h')
-rw-r--r--ace/OS.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/OS.h b/ace/OS.h
index 73213a5ee63..393793e3a38 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -1699,8 +1699,10 @@ typedef fd_set ACE_FD_SET_TYPE;
// Necessary to support the Alphas, which have 64 bit longs and 32 bit
// ints...
typedef u_int ACE_UINT32;
+typedef int ACE_INT32;
#else
typedef u_long ACE_UINT32;
+typedef long ACE_INT32;
#endif /* ACE_HAS_64BIT_LONGS */
#if !defined (ETIMEDOUT) && defined (ETIME)