summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_dlfcn.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-11-30 12:44:11 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-11-30 12:44:11 +0100
commitbbbb400d8c03dbe0778dbcf72d4ec7ab8a6bfed2 (patch)
tree15e15eb32f61e83ddff588c853dd86666674b057 /ACE/ace/OS_NS_dlfcn.cpp
parente29c775c1fc530c6528837cd0d6820c3652820c5 (diff)
downloadATCD-bbbb400d8c03dbe0778dbcf72d4ec7ab8a6bfed2.tar.gz
Don't disable dlclose when using valgrind, use --keep-debuginfo=yes as valgrind options as alternative when running valgrind
* ACE/ace/OS_NS_dlfcn.cpp: * ACE/ace/config-macros.h:
Diffstat (limited to 'ACE/ace/OS_NS_dlfcn.cpp')
-rw-r--r--ACE/ace/OS_NS_dlfcn.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/ace/OS_NS_dlfcn.cpp b/ACE/ace/OS_NS_dlfcn.cpp
index e3d1c96adee..8389a9b375b 100644
--- a/ACE/ace/OS_NS_dlfcn.cpp
+++ b/ACE/ace/OS_NS_dlfcn.cpp
@@ -1,7 +1,5 @@
#include "ace/OS_NS_dlfcn.h"
-
-
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_dlfcn.inl"
#endif /* ACE_HAS_INLINED_OSCALLS */