diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2006-10-26 23:07:24 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2006-10-26 23:07:24 +0000 |
commit | ec9496bea543bd5ebb9214880c056b95446b6b13 (patch) | |
tree | f13a58e9814886bf7627a4f566caa7425bd61a25 /ACE/ace/os_include/os_unistd.h | |
parent | d4ce64ef75457044ad7a9334f787d24fbb4c0a23 (diff) | |
download | ATCD-ec9496bea543bd5ebb9214880c056b95446b6b13.tar.gz |
ChangeLogTag:Thu Oct 27 01:59:19 UTC 2006 Ossama Othman <ossama_othman at symantec dot com>
Diffstat (limited to 'ACE/ace/os_include/os_unistd.h')
-rw-r--r-- | ACE/ace/os_include/os_unistd.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ACE/ace/os_include/os_unistd.h b/ACE/ace/os_include/os_unistd.h index 687557bfe26..828c45b5cd4 100644 --- a/ACE/ace/os_include/os_unistd.h +++ b/ACE/ace/os_include/os_unistd.h @@ -100,14 +100,14 @@ extern "C" // It seems that _XOPEN_SOURCE == 500 means that the prototypes are // already defined in the system headers. ssize_t pread (int fd, - void *buf, - size_t nbytes, - off_t offset); + void *buf, + size_t nbytes, + ACE_OFF_T offset); ssize_t pwrite (int fd, - const void *buf, - size_t n, - off_t offset); + const void *buf, + size_t n, + ACE_OFF_T offset); #endif /* ACE_LACKS_PREAD_PROTOTYPE && (_XOPEN_SOURCE - 0) < 500 */ #if defined (ACE_LACKS_GETPGID_PROTOTYPE) && \ |