[PATCH] libelf: Use possix_fallocate instead of ftruncate to extend ELF file.

Josh Stone jistone at redhat.com
Thu May 14 16:44:27 UTC 2015


On 05/14/2015 03:44 AM, Mark Wielaard wrote:
> diff --git a/libelf/ChangeLog b/libelf/ChangeLog
> index 2d10b83..5e7b104 100644
> --- a/libelf/ChangeLog
> +++ b/libelf/ChangeLog
> @@ -1,3 +1,8 @@
> +2015-05-14  Mark Wielaard  <mjw at redhat.com>
> +
> +	* elf_update.c (write_file): Use possix_fallocate instead of
> +	ftruncate to extend file if necessary.

Just one 's' in posix -- also mistyped in the subject line.



More information about the elfutils-devel mailing list