Fix build issue on x86.
commit4bad368d9f13c2d8b8d2b2cea89a61916223d882
authorWilco Dijkstra <wdijkstr@arm.com>
Mon, 12 Jun 2017 18:48:31 +0000 (12 19:48 +0100)
committerWilco Dijkstra <wdijkstr@arm.com>
Mon, 12 Jun 2017 18:59:09 +0000 (12 19:59 +0100)
tree5dea1e84719a957ce119b87facfe9eaf6a78deb6
parent3c023dbf5780f5afe8a5ea8e17667719307d955f
Fix build issue on x86.

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