]> sourceware.org Git - glibc.git/commitdiff
Fix build issue on x86.
authorWilco Dijkstra <wdijkstr@arm.com>
Mon, 12 Jun 2017 18:48:31 +0000 (19:48 +0100)
committerWilco Dijkstra <wdijkstr@arm.com>
Mon, 12 Jun 2017 18:59:09 +0000 (19:59 +0100)
Add an undef of __stpcpy in string-inlines.c to avoid a redefinition
error on x86.

* string/string-inlines.c: Add undef of __stpcpy to fix build issue.

ChangeLog
string/string-inlines.c

index c4cfaf64d7bcc38e436e3b4c94ccda60a5e7d095..0a21fa51f4a3be3edfdd1aeb8f98c1bb091a37d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * sysdeps/x86_64/multiarch/strncpy-c.c (libc_hidden_builtin_def):
        Always Defined as empty.
 
+2017-06-12  Wilco Dijkstra  <wdijkstr@arm.com>
+
+       * string/string-inlines.c: Add undef of __stpcpy to fix build issue.
+
 2017-06-12  Wilco Dijkstra  <wdijkstr@arm.com>
 
        [BZ #15105]
index 55c99845aa39e72d9d00aac9071b9b1f9dded18c..9f145366b64e6ed716aa2418f45d9bf4ec55d4b9 100644 (file)
@@ -27,6 +27,7 @@
 #include <string.h>
 #undef index
 #undef rindex
+#undef __stpcpy
 
 #undef __NO_INLINE__
 #include <bits/string.h>
This page took 0.139151 seconds and 5 git commands to generate.