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, 2 insertions, 4 deletions
diff --git a/nptl/version.c b/nptl/version.c
index cfa2acb3d8..957595bc34 100644
--- a/nptl/version.c
+++ b/nptl/version.c
@@ -1,5 +1,5 @@
/* Entry point for libpthread DSO.
- Copyright (C) 2002-2015 Free Software Foundation, Inc.
+ Copyright (C) 2002-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
@@ -23,13 +23,11 @@
static const char banner[] =
#include "banner.h"
-"Copyright (C) 2015 Free Software Foundation, Inc.\n\
+"Copyright (C) 2016 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"
-#ifdef HAVE_FORCED_UNWIND
"Forced unwind support included.\n"
-#endif
;