summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-08 17:04:40 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-08 17:04:40 +0000
commitf03f65c0f21ad7a4c5ecb33dea74a92a508874a0 (patch)
tree52e583eb32ea36510cffe3d62177576a7edd5b17
parentb625a9182629d61e26f35caafecb69c33d6e245f (diff)
downloadATCD-f03f65c0f21ad7a4c5ecb33dea74a92a508874a0.tar.gz
*** empty log message ***
-rw-r--r--ace/OS.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/OS.h b/ace/OS.h
index 6f29ca41a75..c799592637b 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -2976,7 +2976,9 @@ typedef unsigned int size_t;
# define IOV_MAX 16
# endif /* IOV_MAX */
+# if !defined (ACE_IOV_MAX)
#define ACE_IOV_MAX IOV_MAX
+# endif /* ACE_IOV_MAX */
# if defined (ACE_PSOS_SNARFS_HEADER_INFO)
// Header information snarfed from compiler provided header files
@@ -5955,7 +5957,7 @@ public:
* mutex should not be a recursive one, i.e., it should only be a
* standard mutex or an error checking mutex.
*/
- static int mutex_lock (ACE_mutex_t *m,
+ static int mutex_lock (ACE_mutex_t *m,
const ACE_Time_Value *timeout);
/// Win32 note: Abandoned mutexes are not treated differently. 0 is