summaryrefslogtreecommitdiff
path: root/sysdeps/s390/longjmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/s390/longjmp.c')
-rw-r--r--sysdeps/s390/longjmp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/s390/longjmp.c b/sysdeps/s390/longjmp.c
index 25b0145933..e61cdba2a3 100644
--- a/sysdeps/s390/longjmp.c
+++ b/sysdeps/s390/longjmp.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2014-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -33,7 +33,6 @@
but were reverted before 2.20. Thus both versions are the same function. */
strong_alias (__libc_siglongjmp, __libc_longjmp)
-libc_hidden_def (__libc_longjmp)
weak_alias (__libc_siglongjmp, __v1_longjmp)
weak_alias (__libc_siglongjmp, __v2_longjmp)