summaryrefslogtreecommitdiff
path: root/ace/MEM_IO.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/MEM_IO.h')
-rw-r--r--ace/MEM_IO.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/MEM_IO.h b/ace/MEM_IO.h
index 2b1ae570261..f294de2a94d 100644
--- a/ace/MEM_IO.h
+++ b/ace/MEM_IO.h
@@ -71,7 +71,7 @@ public:
* Return the size of valid information containing in the <buf>,
* -1 if <shm_malloc_> is not initialized.
*/
- ssize_t get_buf_len (const off_t off, ACE_MEM_SAP_Node *&buf);
+ ssize_t get_buf_len (const ACE_OFF_T off, ACE_MEM_SAP_Node *&buf);
};
#if defined (ACE_WIN32) || !defined (_ACE_USE_SV_SEM)