view modules/truncate @ 40234:fab7ce42e03f

gnulib-tool: Clarify the coding style. Suggested by Pavel Raiskup <praiskup@redhat.com>. * gnulib-tool: Add comment about coding style.
author Bruno Haible <bruno@clisp.org>
date Wed, 13 Mar 2019 20:00:53 +0100
parents 0fdf358c9224
children
line wrap: on
line source

Description:
truncate() function: truncate a file to a specified length.

Files:
lib/truncate.c
m4/truncate.m4

Depends-on:
unistd
sys_types
largefile
open            [test $HAVE_DECL_TRUNCATE = 0 || test $REPLACE_TRUNCATE = 1]
ftruncate       [test $HAVE_DECL_TRUNCATE = 0 || test $REPLACE_TRUNCATE = 1]

configure.ac:
gl_FUNC_TRUNCATE
if test $HAVE_DECL_TRUNCATE = 0 || test $REPLACE_TRUNCATE = 1; then
  AC_LIBOBJ([truncate])
  gl_PREREQ_TRUNCATE
fi
gl_UNISTD_MODULE_INDICATOR([truncate])

Makefile.am:

Include:
<unistd.h>

License:
GPL

Maintainer:
all