summaryrefslogtreecommitdiff
path: root/ACE/ace/Atomic_Op_GCC_T.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-11-02 13:29:39 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-11-02 13:29:39 +0000
commitc75640bd9c019c52c1c52b8783fc7033838cba45 (patch)
tree752630c6effccd681d7b6906e6632e78936431b5 /ACE/ace/Atomic_Op_GCC_T.inl
parent55dcb729ca7a0044a86a007de6dd094afbb50c32 (diff)
downloadATCD-c75640bd9c019c52c1c52b8783fc7033838cba45.tar.gz
Tue Nov 2 13:26:56 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/ATM_Stream.inl: * ace/Atomic_Op.inl: * ace/Atomic_Op_GCC_T.inl: Layout changes * ace/OS_NS_dlfcn.inl: Removed old code * ace/config-macros.h: When using ACE_HAS_VALGRIND, disable the dlclose functionality, valgrind needs to have all loaded dll's still in memory in order to show the full callstack, if the dll is unloaded before process shutdown valgrind will show ??? * ace/os_include/os_dlfcn.h: Removed old defines * debian/TODO: * debian/debian.rules: Cleanup * debian/cmp-installation.sh: Removed this file.
Diffstat (limited to 'ACE/ace/Atomic_Op_GCC_T.inl')
-rw-r--r--ACE/ace/Atomic_Op_GCC_T.inl1
1 files changed, 0 insertions, 1 deletions
diff --git a/ACE/ace/Atomic_Op_GCC_T.inl b/ACE/ace/Atomic_Op_GCC_T.inl
index cdd28394bb0..de3bf1a1438 100644
--- a/ACE/ace/Atomic_Op_GCC_T.inl
+++ b/ACE/ace/Atomic_Op_GCC_T.inl
@@ -1,5 +1,4 @@
// -*- C++ -*-
-//
// $Id$
#if defined (ACE_HAS_GCC_ATOMIC_BUILTINS) && (ACE_HAS_GCC_ATOMIC_BUILTINS == 1)