summaryrefslogtreecommitdiff
path: root/ace/OS_NS_unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS_NS_unistd.h')
-rw-r--r--ace/OS_NS_unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS_NS_unistd.h b/ace/OS_NS_unistd.h
index 831646bf47e..af735a2e849 100644
--- a/ace/OS_NS_unistd.h
+++ b/ace/OS_NS_unistd.h
@@ -228,7 +228,7 @@ namespace ACE_OS
ssize_t pwrite (ACE_HANDLE handle,
const void *buf,
size_t nbyte,
- off_t offset);
+ ACE_LOFF_T offset);
ACE_NAMESPACE_INLINE_FUNCTION
ssize_t read (ACE_HANDLE handle,