summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-01-04 20:48:52 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-01-04 20:48:52 +0000
commitf607f44026d4a0e7998e4e3a2b011a7d030d4ed8 (patch)
tree0d606e594bb3bc7f74f062a69110b502c7aaee74
parentccceb3f22239464ecb892af0bdc856fea3b8239f (diff)
downloadATCD-f607f44026d4a0e7998e4e3a2b011a7d030d4ed8.tar.gz
ChangeLogTag:Tue Jan 4 14:40:17 2000 Ossama Othman <othman@cs.wustl.edu>
-rw-r--r--ace/OS.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS.h b/ace/OS.h
index b1594bd64c7..dafb769cf96 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -2934,7 +2934,7 @@ typedef unsigned int size_t;
# if defined (ACE_HAS_LLSEEK) || defined (ACE_HAS_LSEEK64)
# if ACE_SIZEOF_LONG == 8
typedef off_t ACE_LOFF_T;
-# elif defined (__sgi)
+# elif defined (__sgi) || defined (AIX)
typedef off64_t ACE_LOFF_T;
# elif defined (__sun)
typedef offset_t ACE_LOFF_T;