mirror of
https://gitlab.com/gnuwget/wget2.git
synced 2026-02-01 14:41:08 +00:00
* bootstrap.conf: Ad gnulib module ftruncate * include/wget/wget.h: Add wget_truncate * libwget/io.c: Add wget_truncate * src/job.c: Call wget_truncate instead of truncate The truncate() function is not covered by gnulib. wget_truncate() is a wrapper around ftruncate(), which is covered by gnulib.