summaryrefslogtreecommitdiff
path: root/sysdeps/unix
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2017-08-09 10:36:08 +0200
committerAurelien Jarno <aurelien@aurel32.net>2017-11-21 20:15:29 +0100
commit06e775f4646f823cb858f50258bbe5a6f1e6bbe1 (patch)
treee1fce9d922cbbcbd67c5b42eb3e244177b359075 /sysdeps/unix
parent8182ccd9b8f9e6474712ddc904930e150f96da36 (diff)
downloadglibc-06e775f4646f823cb858f50258bbe5a6f1e6bbe1.tar.gz
Fix s390 version of pt-longjmp.c
(cherry picked from commit 5797b410a87f6f6f6d3661d730fac320cbd5f270)
Diffstat (limited to 'sysdeps/unix')
-rw-r--r--sysdeps/unix/sysv/linux/s390/pt-longjmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/s390/pt-longjmp.c b/sysdeps/unix/sysv/linux/s390/pt-longjmp.c
index d324237edd..0221ac2cf5 100644
--- a/sysdeps/unix/sysv/linux/s390/pt-longjmp.c
+++ b/sysdeps/unix/sysv/linux/s390/pt-longjmp.c
@@ -26,8 +26,8 @@
/* In glibc release 2.19 new versions of longjmp-functions were introduced,
but were reverted before 2.20. Thus both versions are the same function. */
-strong_alias (longjmp_ifunc, __v2longjmp)
+strong_alias (longjmp_alias, __v2longjmp)
compat_symbol (libpthread, __v2longjmp, longjmp, GLIBC_2_19);
-strong_alias (siglongjmp_ifunc, __v2siglongjmp)
+strong_alias (siglongjmp_alias, __v2siglongjmp)
compat_symbol (libpthread, __v2siglongjmp, siglongjmp, GLIBC_2_19);
#endif /* SHLIB_COMPAT (libpthread, GLIBC_2_19, GLIBC_2_20)) */