From 4bad368d9f13c2d8b8d2b2cea89a61916223d882 Mon Sep 17 00:00:00 2001 From: Wilco Dijkstra Date: Mon, 12 Jun 2017 19:48:31 +0100 Subject: 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. --- string/string-inlines.c | 1 + 1 file changed, 1 insertion(+) (limited to 'string') diff --git a/string/string-inlines.c b/string/string-inlines.c index 55c9984..9f14536 100644 --- a/string/string-inlines.c +++ b/string/string-inlines.c @@ -27,6 +27,7 @@ #include #undef index #undef rindex +#undef __stpcpy #undef __NO_INLINE__ #include -- cgit v1.1