2010-05-06 00:10:56 +00:00
|
|
|
--- a/libelf/libelf.h
|
|
|
|
+++ b/libelf/libelf.h
|
2010-03-19 18:07:38 +00:00
|
|
|
@@ -55,6 +55,11 @@
|
|
|
|
/* Get the ELF types. */
|
|
|
|
#include <elf.h>
|
|
|
|
|
|
|
|
+#ifndef _LIBC
|
|
|
|
+#ifndef __mempcpy
|
|
|
|
+#define __mempcpy mempcpy
|
|
|
|
+#endif
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
/* Known translation types. */
|
|
|
|
typedef enum
|