2015-06-14 17:43:40 +00:00
|
|
|
--- a/libelf/libelf.h
|
|
|
|
+++ b/libelf/libelf.h
|
2016-10-14 00:02:47 +00:00
|
|
|
@@ -108,6 +108,11 @@ typedef struct
|
|
|
|
size_t d_align; /* Alignment in section. */
|
|
|
|
} Elf_Data;
|
2015-06-14 17:43:40 +00:00
|
|
|
|
|
|
|
+#ifndef _LIBC
|
|
|
|
+#ifndef __mempcpy
|
|
|
|
+#define __mempcpy mempcpy
|
|
|
|
+#endif
|
|
|
|
+#endif
|
|
|
|
|
2016-10-14 00:02:47 +00:00
|
|
|
/* Commands for `...'. */
|
2015-06-14 17:43:40 +00:00
|
|
|
typedef enum
|