summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_dlfcn.inl
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2007-09-24 18:59:12 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2007-09-24 18:59:12 +0000
commitc018426bdf80c1b25f37cc4fff757c2617eabe1a (patch)
tree1a22b249269a00fff67e91b0a7ab3734f1dc91f0 /ACE/ace/OS_NS_dlfcn.inl
parent3c0771da8e8c1c293b5aa4ed0b908c6f64b2b250 (diff)
downloadATCD-c018426bdf80c1b25f37cc4fff757c2617eabe1a.tar.gz
Mon Sep 24 18:58:01 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'ACE/ace/OS_NS_dlfcn.inl')
-rw-r--r--ACE/ace/OS_NS_dlfcn.inl2
1 files changed, 2 insertions, 0 deletions
diff --git a/ACE/ace/OS_NS_dlfcn.inl b/ACE/ace/OS_NS_dlfcn.inl
index 3e11328e562..d00a3f4032f 100644
--- a/ACE/ace/OS_NS_dlfcn.inl
+++ b/ACE/ace/OS_NS_dlfcn.inl
@@ -95,7 +95,9 @@ ACE_OS::dlerror (void)
return const_cast <char *> (err);
# endif /* ACE_USES_WCHAR */
# elif defined (__hpux) || defined (ACE_VXWORKS)
+ //FUZZ: disable check_for_lack_ACE_OS
ACE_OSCALL_RETURN (::strerror(errno), char *, 0);
+ //FUZZ: enable check_for_lack_ACE_OS
# elif defined (ACE_WIN32)
static ACE_TCHAR buf[128];
# if defined (ACE_HAS_PHARLAP)