download.pl: use curl in preference to wget
[openwrt/staging/mkresin.git] / package / libs / elfutils / patches / 004-memcpy_def.patch
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
7 +#ifndef _LIBC
8 +#ifndef __mempcpy
9 +#define __mempcpy mempcpy
10 +#endif
11 +#endif
12
13 /* Commands for `...'. */
14 typedef enum