summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-03 06:46:07 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-03 06:46:07 +0000
commit62ed76869c901a2fc32677defee65776ddbd69a0 (patch)
tree2ddfeb661e4c9a0ec5c14916df89cb9cd9dd97cd
parent82958c77ec3cba9c4916ebfc3c02caefe97d9f4d (diff)
downloadATCD-62ed76869c901a2fc32677defee65776ddbd69a0.tar.gz
ChangeLogTag:Mon Nov 3 06:41:16 UTC 2003 Don Hinton <dhinton@dresystems.com>
-rw-r--r--ChangeLog5
-rw-r--r--ace/OS_NS_stdio.h1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 44724ad3742..ba46989a40f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Nov 3 06:41:16 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/OS_NS_stdio.h:
+ Added missing ACE_Export to printf() declaration.
+
Mon Nov 3 06:09:08 UTC 2003 Don Hinton <dhinton@dresystems.com>
* tests/MM_Shared_Memory_Test.cpp:
diff --git a/ace/OS_NS_stdio.h b/ace/OS_NS_stdio.h
index 1a27c7d2672..d20c629bc0b 100644
--- a/ace/OS_NS_stdio.h
+++ b/ace/OS_NS_stdio.h
@@ -324,6 +324,7 @@ namespace ACE_OS {
ACE_NAMESPACE_INLINE_FUNCTION
void perror (const ACE_TCHAR *s);
+ extern ACE_Export
int printf (const char *format, ...);
ACE_NAMESPACE_INLINE_FUNCTION