summaryrefslogtreecommitdiff
path: root/ACEXML
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML')
-rw-r--r--ACEXML/apps/svcconf/Svcconf.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/ACEXML/apps/svcconf/Svcconf.cpp b/ACEXML/apps/svcconf/Svcconf.cpp
index acbaa6388c2..0817cde90bd 100644
--- a/ACEXML/apps/svcconf/Svcconf.cpp
+++ b/ACEXML/apps/svcconf/Svcconf.cpp
@@ -105,4 +105,12 @@ ACEXML_Svcconf_Parser::parse_string (const ACE_TCHAR str[])
return 0;
}
+#else
+
+# if defined (ACE_AIX_VERS) && (ACE_AIX_VERS == 403)
+// This simply shuts up the AIX 4.3 linker that complains there are no
+// csects or exported symbols from the shared library.
+extern "C" void shut_up_aix_ld (void) {};
+# endif /* AIX 4.3 */
+
#endif /* ACE_USES_CLASSIC_SVC_CONF == 0 */