diff options
Diffstat (limited to 'sysdeps/s390/multiarch/strncat-c.c')
-rw-r--r-- | sysdeps/s390/multiarch/strncat-c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/s390/multiarch/strncat-c.c b/sysdeps/s390/multiarch/strncat-c.c index e72d778fb4..d894811e83 100644 --- a/sysdeps/s390/multiarch/strncat-c.c +++ b/sysdeps/s390/multiarch/strncat-c.c @@ -18,6 +18,6 @@ #if defined HAVE_S390_VX_ASM_SUPPORT && IS_IN (libc) # define STRNCAT __strncat_c - +# define STRNCAT_PRIMARY # include <string/strncat.c> #endif |