diff options
author | Wilco Dijkstra <wdijkstr@arm.com> | 2017-06-12 19:48:31 +0100 |
---|---|---|
committer | Wilco Dijkstra <wdijkstr@arm.com> | 2017-06-12 19:59:09 +0100 |
commit | 4bad368d9f13c2d8b8d2b2cea89a61916223d882 (patch) | |
tree | 5dea1e84719a957ce119b87facfe9eaf6a78deb6 /ChangeLog | |
parent | 3c023dbf5780f5afe8a5ea8e17667719307d955f (diff) | |
download | glibc-4bad368d9f13c2d8b8d2b2cea89a61916223d882.tar glibc-4bad368d9f13c2d8b8d2b2cea89a61916223d882.tar.gz glibc-4bad368d9f13c2d8b8d2b2cea89a61916223d882.tar.bz2 glibc-4bad368d9f13c2d8b8d2b2cea89a61916223d882.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -124,6 +124,10 @@ 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] [BZ #19463] * include/string.h: Add internal redirect for __stpcpy. |