Hash :
b86af1d6
Author :
Date :
2011-05-07T13:42:47
ftruncate: Move AC_LIBOBJ invocations to module description. * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Move AC_LIBOBJ and gl_PREREQ_FTRUNCATE invocations from here... * modules/ftruncate (configure.ac): ... to here.
Description:
ftruncate() function: truncate an open file to a specified length.
Status:
obsolete
Notice:
This module is obsolete.
Files:
lib/ftruncate.c
m4/ftruncate.m4
Depends-on:
unistd
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:
<unistd.h>
License:
GPL
Maintainer:
Jim Meyering