summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_string.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-10-16 19:21:17 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-10-16 19:21:17 +0000
commit2e8be511c2538728b430f6062e4383445a99d84a (patch)
tree27925101617e4dccaf66834bcfe0307132e2248a /ACE/ace/OS_NS_string.h
parent697b3c0541ff989db805c6ce796037f42d8a14ca (diff)
downloadATCD-2e8be511c2538728b430f6062e4383445a99d84a.tar.gz
Mon Oct 16 19:20:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/OS_NS_string.h')
-rw-r--r--ACE/ace/OS_NS_string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/OS_NS_string.h b/ACE/ace/OS_NS_string.h
index 43515cae4e7..552a9f5ea1e 100644
--- a/ACE/ace/OS_NS_string.h
+++ b/ACE/ace/OS_NS_string.h
@@ -457,7 +457,7 @@ namespace ACE_OS {
wchar_t *strtok_r (ACE_WCHAR_T *s, const ACE_WCHAR_T *tokens, ACE_WCHAR_T **lasts);
#endif // ACE_HAS_WCHAR
-#if !defined (ACE_HAS_REENTRANT_FUNCTIONS)
+#if !defined (ACE_HAS_REENTRANT_FUNCTIONS) || defined (ACE_LACKS_STRTOK_R)
/// Emulated strtok_r.
extern ACE_Export
char *strtok_r_emulation (char *s, const char *tokens, char **lasts);