X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fftruncate;h=5a8913975bec3af987019dbd3f28fd2ea6ea4122;hb=43593319b31e6b0175b8eec4433bac744959822d;hp=6be248c8420d8dba09d4c3d844090c07a7c45ec2;hpb=b86af1d69b0836b03c3a60f1d1ec01e9776fe515;p=gnulib.git diff --git a/modules/ftruncate b/modules/ftruncate index 6be248c84..5a8913975 100644 --- a/modules/ftruncate +++ b/modules/ftruncate @@ -1,22 +1,20 @@ 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 +sys_types +largefile +msvc-nothrow [test $HAVE_FTRUNCATE = 0 || test $REPLACE_FTRUNCATE = 1] +msvc-inval [test $HAVE_FTRUNCATE = 0 || test $REPLACE_FTRUNCATE = 1] configure.ac: gl_FUNC_FTRUNCATE -if test $HAVE_FTRUNCATE = 0; then +if test $HAVE_FTRUNCATE = 0 || test $REPLACE_FTRUNCATE = 1; then AC_LIBOBJ([ftruncate]) gl_PREREQ_FTRUNCATE fi