mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 01:23:51 +02:00
16 lines
305 B
Diff
16 lines
305 B
Diff
diff --git libelf/libelf.h libelf/libelf.h
|
|
index 5a2b3af..4ead65a 100644
|
|
--- libelf/libelf.h
|
|
+++ libelf/libelf.h
|
|
@@ -34,6 +34,11 @@
|
|
/* Get the ELF types. */
|
|
#include <elf.h>
|
|
|
|
+#ifndef _LIBC
|
|
+#ifndef __mempcpy
|
|
+#define __mempcpy mempcpy
|
|
+#endif
|
|
+#endif
|
|
|
|
/* Known translation types. */
|
|
typedef enum
|