diff options
author | Rod Evans <Rod.Evans@Sun.COM> | 2009-05-08 10:36:22 -0700 |
---|---|---|
committer | Rod Evans <Rod.Evans@Sun.COM> | 2009-05-08 10:36:22 -0700 |
commit | 2017c9656f884256b400be40fa25d96d630bf02a (patch) | |
tree | 3595b8a5a17d9c3e47ec41e5214458d7a2912efb /usr/src/cmd/sgs/libconv/common/lintsup.c | |
parent | b57459abfba36eb3068cfe44c6921168b4c4f774 (diff) | |
download | illumos-gate-2017c9656f884256b400be40fa25d96d630bf02a.tar.gz |
6831308 ld.so.1: symbol rescanning does a little too much work
Diffstat (limited to 'usr/src/cmd/sgs/libconv/common/lintsup.c')
-rw-r--r-- | usr/src/cmd/sgs/libconv/common/lintsup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/cmd/sgs/libconv/common/lintsup.c b/usr/src/cmd/sgs/libconv/common/lintsup.c index b05e76e13c..306f562f63 100644 --- a/usr/src/cmd/sgs/libconv/common/lintsup.c +++ b/usr/src/cmd/sgs/libconv/common/lintsup.c @@ -78,6 +78,7 @@ #include "symbols_msg.h" #include "symbols_sparc_msg.h" #include "syminfo_msg.h" +#include "time_msg.h" #include "version_msg.h" void @@ -110,6 +111,7 @@ foo() USE(_sgs_msg_libconv_symbols); USE(_sgs_msg_libconv_symbols_sparc); USE(_sgs_msg_libconv_syminfo); + USE(_sgs_msg_libconv_time); USE(_sgs_msg_libconv_version); #undef USE |