77c25c2dd1
Patches are refreshed except for elfutils-portability, which is gone: https://lists.fedorahosted.org/pipermail/elfutils-devel/2015-October/005290.html Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> SVN-Revision: 47453
14 lines
236 B
Diff
14 lines
236 B
Diff
--- a/libelf/libelf.h
|
|
+++ b/libelf/libelf.h
|
|
@@ -35,6 +35,11 @@
|
|
/* Get the ELF types. */
|
|
#include <elf.h>
|
|
|
|
+#ifndef _LIBC
|
|
+#ifndef __mempcpy
|
|
+#define __mempcpy mempcpy
|
|
+#endif
|
|
+#endif
|
|
|
|
/* Known translation types. */
|
|
typedef enum
|