1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Fix sparc build.

* sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
	Define before including <string/memcpy.c> and <string/mempcpy.c>.
This commit is contained in:
David S. Miller
2014-11-14 10:32:52 -08:00
parent 4863355ad5
commit cf7246ddf5
2 changed files with 6 additions and 0 deletions

View File

@ -1,2 +1,3 @@
#define NO_MEMPCPY_STPCPY_REDIRECT
#include <string/memcpy.c>
#include <string/mempcpy.c>