summaryrefslogtreecommitdiff
path: root/ace/OS.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-17 05:44:08 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-17 05:44:08 +0000
commit308ce8d1397c750dbfa417d1e5b9789f145d13ad (patch)
tree32899d4e523f3a4b8ca0d9f8b95a012a48268330 /ace/OS.cpp
parent4bc3aff4b232f037730983d1b8cd048f5e43f557 (diff)
downloadATCD-308ce8d1397c750dbfa417d1e5b9789f145d13ad.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/OS.cpp')
-rw-r--r--ace/OS.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/ace/OS.cpp b/ace/OS.cpp
index 8729c11a01c..5947b6a8256 100644
--- a/ace/OS.cpp
+++ b/ace/OS.cpp
@@ -2415,9 +2415,10 @@ ACE_OS::fork_exec (char *argv[])
#if defined (ACE_NEEDS_WRITEV)
-// "Fake" writev for sites without it. Note that this is thread-safe.
+// "Fake" writev for operating systems without it. Note that this is
+// thread-safe.
-extern "C" ACE_Export int
+extern "C" int
writev (ACE_HANDLE handle, ACE_WRITEV_TYPE iov[], int n)
{
// ACE_TRACE ("::writev");
@@ -2458,9 +2459,10 @@ writev (ACE_HANDLE handle, ACE_WRITEV_TYPE iov[], int n)
#if defined (ACE_NEEDS_READV)
-// "Fake" readv for sites without it. Note that this is thread-safe.
+// "Fake" readv for operating systems without it. Note that this is
+// thread-safe.
-extern "C" ACE_Export int
+extern "C" int
readv (ACE_HANDLE handle,
ACE_READV_TYPE *iov,
int n)