summaryrefslogtreecommitdiff
path: root/nptl/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/version.c')
-rw-r--r--nptl/version.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/nptl/version.c b/nptl/version.c
index d0658bac0c..f2fd25fd6d 100644
--- a/nptl/version.c
+++ b/nptl/version.c
@@ -26,7 +26,11 @@ static const char banner[] =
"Copyright (C) 2003 Free Software Foundation, Inc.\n\
This is free software; see the source for copying conditions.\n\
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\
-PARTICULAR PURPOSE.\n";
+PARTICULAR PURPOSE.\n"
+#ifdef HAVE_FORCED_UNWIND
+"Forced unwind support included.\n"
+#endif
+;
extern void __nptl_main (void) __attribute__ ((noreturn));