From 950f3469e4c332f03e07124f2a591a62a65ed322 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 9 Apr 2010 10:44:23 +0200 Subject: [PATCH] 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 --- ChangeLog | 8 ++++++++ doc/posix-functions/ftruncate.texi | 3 --- modules/ftruncate | 7 ++++++- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8c80d6a9c..87d103b54 100644 --- 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 index a9025054b..607d52d59 100644 --- a/doc/posix-functions/ftruncate.texi +++ b/doc/posix-functions/ftruncate.texi @@ -8,9 +8,6 @@ Gnulib module: --- 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 index a90be6ce7..e8aec5d95 100644 --- 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 @@ GPL Maintainer: Jim Meyering - -- 2.11.0