mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
i386: Don't define stpncpy alias when used in IFUNC [BZ #31768]
Fix BZ #31768 by not defining stpncpy alias when used in IFUNC. Signed-off-by: H.J. Lu <hjl.tools@gmail.com> Reviewed-by: Sunil K Pandey <skpgkp2@gmail.com>
This commit is contained in:
parent
f83e461f10
commit
8428278b5f
1 changed files with 2 additions and 0 deletions
|
@ -139,4 +139,6 @@ L(9): popl %esi /* restore saved register content */
|
|||
END (__stpncpy)
|
||||
|
||||
libc_hidden_def (__stpncpy)
|
||||
#ifndef __stpncpy
|
||||
weak_alias (__stpncpy, stpncpy)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue