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.
* 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]
#include <string.h>
#undef index
#undef rindex
+#undef __stpcpy
#undef __NO_INLINE__
#include <bits/string.h>