diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-12-01 23:15:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-12-01 23:15:18 +0000 |
commit | deb7f0b41f9c892ba7413abcc4cd5f19787a1122 (patch) | |
tree | b5e72ddc8e44d6d7d6d49af0254cb6b9cf919a17 /csu | |
parent | 6b3f2b3d3ab0435afd7422c6ab38479bb5b1ba70 (diff) | |
download | glibc-deb7f0b41f9c892ba7413abcc4cd5f19787a1122.tar glibc-deb7f0b41f9c892ba7413abcc4cd5f19787a1122.tar.gz glibc-deb7f0b41f9c892ba7413abcc4cd5f19787a1122.tar.bz2 glibc-deb7f0b41f9c892ba7413abcc4cd5f19787a1122.zip |
Regenerated: autoconf configure.in
Diffstat (limited to 'csu')
-rw-r--r-- | csu/version.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/csu/version.c b/csu/version.c index dc5e65a016..a3af346a68 100644 --- a/csu/version.c +++ b/csu/version.c @@ -30,6 +30,9 @@ There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\ PARTICULAR PURPOSE.\n\ Compiled by GNU CC version "__VERSION__".\n" #include "version-info.h" +#ifdef GLIBC_OLDEST_ABI +"The oldest ABI supported: " GLIBC_OLDEST_ABI ".\n" +#endif "Report bugs using the `glibcbug' script to <bugs@gnu.org>.\n"; #include <unistd.h> |