pick: Update from 2.0.1 to 2.0.2
[termux-packages] / packages / elfutils / strings.c.patch
CommitLineData
cf310881
FF
1diff -u -r ../elfutils-0.166/src/strings.c ./src/strings.c
2--- ../elfutils-0.166/src/strings.c 2015-11-27 08:36:29.000000000 -0500
3+++ ./src/strings.c 2016-05-04 14:19:55.593602311 -0400
4@@ -494,7 +494,6 @@
5 if (mem != MAP_FAILED)
6 {
7 /* We will go through the mapping sequentially. */
8- (void) posix_madvise (mem, map_size, POSIX_MADV_SEQUENTIAL);
9 break;
10 }
11 if (errno != EINVAL && errno != ENOMEM)