diff options
author | Steve Huston <shuston@riverace.com> | 2004-04-29 15:28:08 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2004-04-29 15:28:08 +0000 |
commit | 1fe41fdacfe111f06a94178338777128daa8501b (patch) | |
tree | 79ad6bf2cccb915156b268116a16fbdfbfc89379 /ace/OS_NS_sys_uio.h | |
parent | e3238b943084ed0a2ce1a7617a2307b3563f2f05 (diff) | |
download | ATCD-1fe41fdacfe111f06a94178338777128daa8501b.tar.gz |
ChangeLogTag:Thu Apr 29 11:25:49 2004 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/OS_NS_sys_uio.h')
-rw-r--r-- | ace/OS_NS_sys_uio.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/OS_NS_sys_uio.h b/ace/OS_NS_sys_uio.h index ac59b952c91..0450563f5f1 100644 --- a/ace/OS_NS_sys_uio.h +++ b/ace/OS_NS_sys_uio.h @@ -56,9 +56,9 @@ namespace ACE_OS { // or inl. #if defined (ACE_LACKS_WRITEV) extern ACE_Export - int writev_emulation (ACE_HANDLE handle, - ACE_WRITEV_TYPE *iov, - int iovcnt); + ssize_t writev_emulation (ACE_HANDLE handle, + ACE_WRITEV_TYPE *iov, + int iovcnt); #endif /* ACE_LACKS_WRITEV */ } /* namespace ACE_OS */ |