chiark / gitweb /
debianutils: Update from 4.8.3 to 4.8.4
[termux-packages] / packages / elfutils / strings.c.patch
1 diff -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)