You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
236 B

  1. --- a/libelf/libelf.h
  2. +++ b/libelf/libelf.h
  3. @@ -34,6 +34,11 @@
  4. /* Get the ELF types. */
  5. #include <elf.h>
  6. +#ifndef _LIBC
  7. +#ifndef __mempcpy
  8. +#define __mempcpy mempcpy
  9. +#endif
  10. +#endif
  11. /* Known translation types. */
  12. typedef enum