Description: ftruncate() function: truncate an open file to a specified length. Files: lib/ftruncate.c m4/ftruncate.m4 Depends-on: unistd largefile msvc-inval [test $HAVE_FTRUNCATE = 0] configure.ac: gl_FUNC_FTRUNCATE if test $HAVE_FTRUNCATE = 0; then AC_LIBOBJ([ftruncate]) gl_PREREQ_FTRUNCATE fi gl_UNISTD_MODULE_INDICATOR([ftruncate]) Makefile.am: Include: License: GPL Maintainer: Jim Meyering