summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_stdlib.h
diff options
context:
space:
mode:
authorOlli Savia <ops@iki.fi>2016-09-03 00:31:11 +0300
committerOlli Savia <ops@iki.fi>2016-09-03 00:31:11 +0300
commit044091d7873086e1ecd54808e7652e9ae0025d31 (patch)
treee87bf763d2197e723e93dbd304d24865fd569546 /ACE/ace/OS_NS_stdlib.h
parent404dd3030866ecaae7663f8382ccb5b30b244637 (diff)
downloadATCD-044091d7873086e1ecd54808e7652e9ae0025d31.tar.gz
Readded ACE_STD_NAMESPACE::
Diffstat (limited to 'ACE/ace/OS_NS_stdlib.h')
-rw-r--r--ACE/ace/OS_NS_stdlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/OS_NS_stdlib.h b/ACE/ace/OS_NS_stdlib.h
index a6ffa8eb4f4..95e65410297 100644
--- a/ACE/ace/OS_NS_stdlib.h
+++ b/ACE/ace/OS_NS_stdlib.h
@@ -83,7 +83,7 @@ inline int ace_rand_r_helper (unsigned *seed)
return rand_r (seed);
#undef rand_r
#else
- return ::rand_r (seed);
+ return ACE_STD_NAMESPACE::rand_r (seed);
#endif /* rand_r */
}