# HG changeset patch # User Jim Meyering # Date 1270802663 -7200 # Node ID 0a3192a938409437a9181070cd5e29f20d74f6a0 # Parent be869a242af0f29310847686b972833ba48f90a9 ftruncate: mark module as obsolete; even MinGW provides it, now * modules/ftruncate (Status): Obsolete. (Notice): Say that. * doc/posix-functions/ftruncate.texi: Don't say MinGW lacks it. http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/9203 diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2010-04-09 Jim Meyering + + ftruncate: mark module as obsolete; even MinGW provides it, now + * modules/ftruncate (Status): Obsolete. + (Notice): Say that. + * doc/posix-functions/ftruncate.texi: Don't say MinGW lacks it. + http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/9203 + 2010-04-08 Bruno Haible Fix side effects from tests-related modules. diff --git a/doc/posix-functions/ftruncate.texi b/doc/posix-functions/ftruncate.texi --- a/doc/posix-functions/ftruncate.texi +++ b/doc/posix-functions/ftruncate.texi @@ -8,9 +8,6 @@ Portability problems fixed by Gnulib: @itemize -@item -This function is missing on some platforms: -mingw. @end itemize Portability problems not fixed by Gnulib: diff --git a/modules/ftruncate b/modules/ftruncate --- a/modules/ftruncate +++ b/modules/ftruncate @@ -1,6 +1,12 @@ 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 @@ -22,4 +28,3 @@ Maintainer: Jim Meyering -