mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-11 11:50:06 +00:00
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.
This commit is contained in:
parent
3c023dbf57
commit
4bad368d9f
@ -122,6 +122,10 @@
|
|||||||
* sysdeps/x86_64/multiarch/strncpy-c.c (libc_hidden_builtin_def):
|
* sysdeps/x86_64/multiarch/strncpy-c.c (libc_hidden_builtin_def):
|
||||||
Always Defined as empty.
|
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>
|
2017-06-12 Wilco Dijkstra <wdijkstr@arm.com>
|
||||||
|
|
||||||
[BZ #15105]
|
[BZ #15105]
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#undef index
|
#undef index
|
||||||
#undef rindex
|
#undef rindex
|
||||||
|
#undef __stpcpy
|
||||||
|
|
||||||
#undef __NO_INLINE__
|
#undef __NO_INLINE__
|
||||||
#include <bits/string.h>
|
#include <bits/string.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user