diff options
author | Steve Huston <shuston@riverace.com> | 2002-12-28 00:54:21 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2002-12-28 00:54:21 +0000 |
commit | 43396f11f98999149eb90f1c2e8177fadae152d9 (patch) | |
tree | 74b9b1a412ab58c83d84291fa123e4f2d17d4d63 /ACEXML | |
parent | 7c752e94f446ba522c04fe5c78df1be3be3d6db1 (diff) | |
download | ATCD-43396f11f98999149eb90f1c2e8177fadae152d9.tar.gz |
ChangeLogTag:Fri Dec 27 19:46:31 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACEXML')
-rw-r--r-- | ACEXML/apps/svcconf/Svcconf.cpp | 8 |
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 */ |