1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-05-01 12:04:52 +03:00
Zack Weinberg c0b23001a8 Fix fallout from bits/string.h removal.
Remove one more string inline that was defined directly in string.h;
in the absence of the rest of the inlines, it broke the build.

Like other ifunc shims for these functions,
x86_64/multiarch/{mem,st}pcpy.c need to define __NO_STRING_INLINES and
NO_MEMPCPY_STPCPY_REDIRECT.

	* string/string.h (__mempcpy_inline): Delete.
	* sysdeps/x86_64/multiarch/mempcpy.c
	* sysdeps/x86_64/multiarch/stpcpy.c:
	Define NO_MEMPCPY_STPCPY_REDIRECT and __NO_STRING_INLINES
	before including string.h.
2017-06-20 09:39:08 -04:00
..
2017-06-20 08:21:24 -04:00
2001-04-26 20:45:18 +00:00
2001-03-19 21:40:15 +00:00
2017-06-20 08:21:24 -04:00
2017-05-10 00:25:59 +00:00
2017-06-20 08:21:24 -04:00
2017-06-20 08:21:24 -04:00
2017-05-25 11:38:01 -07:00
2017-06-08 09:56:01 -07:00