summaryrefslogtreecommitdiff
path: root/ace/OS_NS_time.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS_NS_time.inl')
-rw-r--r--ace/OS_NS_time.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS_NS_time.inl b/ace/OS_NS_time.inl
index acd96e294a1..2ebe521bb4a 100644
--- a/ace/OS_NS_time.inl
+++ b/ace/OS_NS_time.inl
@@ -458,7 +458,7 @@ ACE_OS::time (time_t *tloc)
}
// Linux won't compile unless we explicitly use a namespace here.
-#if defined (linux) || (defined (sun) && defined (__GNUG__))
+#if defined (__GNUG__)
namespace ACE_OS {
ACE_INLINE long
timezone (void)