summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-06-09 13:12:36 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-06-09 13:12:36 +0000
commite551fa89b6c07f6baea0bd6b8e8a4d936a5760db (patch)
tree61cfa85700eb1d4c65a5b5c22887613602204fa9
parent56209b642cd218fb23d807532dcab640485e4958 (diff)
downloadATCD-e551fa89b6c07f6baea0bd6b8e8a4d936a5760db.tar.gz
ChangeLogTag: Fri Jun 9 12:47:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ace/OS_NS_unistd.cpp2
-rw-r--r--ace/OS_NS_unistd.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/ace/OS_NS_unistd.cpp b/ace/OS_NS_unistd.cpp
index 66408f93091..10ac7605d52 100644
--- a/ace/OS_NS_unistd.cpp
+++ b/ace/OS_NS_unistd.cpp
@@ -499,7 +499,7 @@ ssize_t
ACE_OS::pwrite (ACE_HANDLE handle,
const void *buf,
size_t nbytes,
- off_t offset)
+ ACE_LOFF_T offset)
{
# if defined (ACE_HAS_P_READ_WRITE)
# if defined (ACE_WIN32)
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,