004-memcpy_def.patch 265 B

1234567891011121314
  1. --- a/libelf/libelf.h
  2. +++ b/libelf/libelf.h
  3. @@ -108,6 +108,11 @@ typedef struct
  4. size_t d_align; /* Alignment in section. */
  5. } Elf_Data;
  6. +#ifndef _LIBC
  7. +#ifndef __mempcpy
  8. +#define __mempcpy mempcpy
  9. +#endif
  10. +#endif
  11. /* Commands for `...'. */
  12. typedef enum