mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
PowerPC: Fix strspn for static build
This patch makes the strspn ifunc selector build for static builds.
This commit is contained in:
parent
76c96cf7ec
commit
27c7220a48
@ -1,3 +1,8 @@
|
||||
2014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
|
||||
|
||||
* sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build IFUNC
|
||||
selector for static builds.
|
||||
|
||||
2014-03-11 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/mips/math_private.h [__mips_hard_float]
|
||||
|
@ -16,7 +16,7 @@
|
||||
License along with the GNU C Library; if not, see
|
||||
<http://www.gnu.org/licenses/>. */
|
||||
|
||||
#if defined SHARED && !defined NOT_IN_libc
|
||||
#ifndef NOT_IN_libc
|
||||
# include <string.h>
|
||||
# include <shlib-compat.h>
|
||||
# include "init-arch.h"
|
||||
|
Loading…
Reference in New Issue
Block a user