summaryrefslogtreecommitdiff
path: root/csu/version.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-12-01 23:15:18 +0000
committerUlrich Drepper <drepper@redhat.com>2000-12-01 23:15:18 +0000
commitdeb7f0b41f9c892ba7413abcc4cd5f19787a1122 (patch)
treeb5e72ddc8e44d6d7d6d49af0254cb6b9cf919a17 /csu/version.c
parent6b3f2b3d3ab0435afd7422c6ab38479bb5b1ba70 (diff)
Regenerated: autoconf configure.in
Diffstat (limited to 'csu/version.c')
-rw-r--r--csu/version.c3
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>