diff options
author | Alan Modra <amodra@gmail.com> | 2017-10-24 20:20:54 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2017-10-31 12:27:19 +1030 |
commit | d46b09f9880b0365d98e9e0bcf7fb33dec417f54 (patch) | |
tree | c8c8b3fec8088652db3b90775185573640ed2f15 /sysdeps/powerpc | |
parent | e9b8e1941990553b122f0ef0cde2c290d57d7682 (diff) | |
download | glibc-d46b09f9880b0365d98e9e0bcf7fb33dec417f54.tar.gz glibc-d46b09f9880b0365d98e9e0bcf7fb33dec417f54.tar.xz glibc-d46b09f9880b0365d98e9e0bcf7fb33dec417f54.zip |
[PowerPC64] Remove duplicate define in stpncpy-power8.S
USE_AS_STPNCPY is defined by sysdeps/powerpc/powerpc64/power8/stpncpy.S, included by this file. * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: Don't define USE_AS_STPNCPY.
Diffstat (limited to 'sysdeps/powerpc')
-rw-r--r-- | sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S b/sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S index 96636593bd..9c71bb0e36 100644 --- a/sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S +++ b/sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S @@ -18,8 +18,6 @@ #include <sysdep.h> -#define USE_AS_STPNCPY - #define STPNCPY __stpncpy_power8 #undef libc_hidden_builtin_def |