Use PCRE (#2349)
[termux-packages] / packages / elfutils / elf_update.c.patch
CommitLineData
cf310881
FF
1diff -u -r ../elfutils-0.166/libelf/elf_update.c ./libelf/elf_update.c
2--- ../elfutils-0.166/libelf/elf_update.c 2015-11-27 08:36:29.000000000 -0500
3+++ ./libelf/elf_update.c 2016-05-04 13:06:15.836140729 -0400
4@@ -39,6 +39,7 @@
59f0d218 5
cf310881 6 #include "libelfP.h"
59f0d218 7
cf310881
FF
8+#define off_t loff_t
9
10 static off_t
11 write_file (Elf *elf, off_t size, int change_bo, size_t shnum)