diff options
Diffstat (limited to 'ACE/ace/ACE.h')
-rw-r--r-- | ACE/ace/ACE.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/ACE.h b/ACE/ace/ACE.h index 0c2abd32ff3..fe48ac4803b 100644 --- a/ACE/ace/ACE.h +++ b/ACE/ace/ACE.h @@ -519,10 +519,10 @@ namespace ACE // = Miscellaneous functions. /// Rounds the request to a multiple of the page size. - extern ACE_Export size_t round_to_pagesize (off_t len); + extern ACE_Export size_t round_to_pagesize (size_t len); /// Rounds the request to a multiple of the allocation granularity. - extern ACE_Export size_t round_to_allocation_granularity (off_t len); + extern ACE_Export size_t round_to_allocation_granularity (size_t len); // @@ UNICODE what about buffer? /// Format buffer into printable format. This is useful for |