2015-06-14 17:43:40 +00:00
|
|
|
--- a/libelf/libelf.h
|
|
|
|
+++ b/libelf/libelf.h
|
2015-11-11 08:32:28 +00:00
|
|
|
@@ -35,6 +35,11 @@
|
2015-06-14 17:43:40 +00:00
|
|
|
/* Get the ELF types. */
|
|
|
|
#include <elf.h>
|
|
|
|
|
|
|
|
+#ifndef _LIBC
|
|
|
|
+#ifndef __mempcpy
|
|
|
|
+#define __mempcpy mempcpy
|
|
|
|
+#endif
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
/* Known translation types. */
|
|
|
|
typedef enum
|