summaryrefslogtreecommitdiff
path: root/ace/os_include/stdarg.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/stdarg.h')
-rw-r--r--ace/os_include/stdarg.h20
1 files changed, 15 insertions, 5 deletions
diff --git a/ace/os_include/stdarg.h b/ace/os_include/stdarg.h
index e51bc6a43be..9d4eb0b212f 100644
--- a/ace/os_include/stdarg.h
+++ b/ace/os_include/stdarg.h
@@ -2,19 +2,19 @@
//=============================================================================
/**
- * @file stdarg.h
+ * @file os_stdarg.h
*
* handle variable argument list
*
* $Id$
*
- * @author Don Hinton <dhinton@ieee.org>
+ * @author Don Hinton <dhinton@dresystems.com>
* @author This code was originally in various places including ace/OS.h.
*/
//=============================================================================
-#ifndef ACE_OS_INCLUDE_STDARG_H
-#define ACE_OS_INCLUDE_STDARG_H
+#ifndef ACE_OS_INCLUDE_OS_STDARG_H
+#define ACE_OS_INCLUDE_OS_STDARG_H
#include "ace/pre.h"
@@ -28,5 +28,15 @@
# include /**/ <stdarg.h>
#endif /* !ACE_LACKS_STDARG_H */
+// Place all additions (especially function declarations) within extern "C" {}
+#ifdef __cplusplus
+extern "C"
+{
+#endif /* __cplusplus */
+
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
#include "ace/post.h"
-#endif /* ACE_OS_INCLUDE_STDARG_H */
+#endif /* ACE_OS_INCLUDE_OS_STDARG_H */