]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
s390x: Fix hidden aliases
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 3 Apr 2018 11:52:29 +0000 (13:52 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 3 Apr 2018 11:52:29 +0000 (13:52 +0200)
* sysdeps/s390/longjmp.c (__libc_longjmp, __libc_siglongjmp): New
hidden defs.

ChangeLog
sysdeps/s390/longjmp.c

index 8f4aa359ef9a23930dcc32ec08ce3ee4ddfb01fe..29c15286195ac6392905b8f14b46e72d242bae1d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        defs.
        * sysdeps/mach/hurd/sigwait.c (__sigwait): Call __libc_longjmp instead
        of longjmp.
+       * sysdeps/s390/longjmp.c (__libc_longjmp, __libc_siglongjmp): New
+       hidden defs.
 
        * sysdeps/mach/hurd/localplt.data: New file.
 
index e61cdba2a33de0f50a1d112e906fd2afa469fa73..e543415df03af301ad1988e376b1283ecaf035f1 100644 (file)
@@ -33,6 +33,8 @@
    but were reverted before 2.20. Thus both versions are the same function.  */
 
 strong_alias (__libc_siglongjmp, __libc_longjmp)
+libc_hidden_def (__libc_longjmp)
+libc_hidden_def (__libc_siglongjmp)
 
 weak_alias (__libc_siglongjmp, __v1_longjmp)
 weak_alias (__libc_siglongjmp, __v2_longjmp)