summaryrefslogtreecommitdiff
path: root/ace/OS_NS_time.h
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-05 21:54:33 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-05 21:54:33 +0000
commita47dcf96116449fddd5ccb40be76fd2a19cc0d4c (patch)
tree68416fe3f0f8a9652318e8bec98da84e0d911ae9 /ace/OS_NS_time.h
parent3f46172c5dd4df6d659c3cde177a5dbe1bfd00b1 (diff)
downloadATCD-a47dcf96116449fddd5ccb40be76fd2a19cc0d4c.tar.gz
ChangeLogTag:Wed Nov 5 21:47:35 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'ace/OS_NS_time.h')
-rw-r--r--ace/OS_NS_time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS_NS_time.h b/ace/OS_NS_time.h
index 4da243ba58c..d3eeae2c193 100644
--- a/ace/OS_NS_time.h
+++ b/ace/OS_NS_time.h
@@ -273,7 +273,7 @@ namespace ACE_OS {
ACE_NAMESPACE_INLINE_FUNCTION
struct tm *gmtime (const time_t *clock);
- extern ACE_Export
+ ACE_NAMESPACE_INLINE_FUNCTION
struct tm *gmtime_r (const time_t *clock,
struct tm *res);