diff options
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 dc5e65a..a3af346 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> |