From: Jim Meyering <meyering@redhat.com>
Date: Fri, 9 Apr 2010 08:44:23 +0000 (+0200)
Subject: ftruncate: mark module as obsolete; even MinGW provides it, now
X-Git-Tag: v0.1~4299
X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=950f3469e4c332f03e07124f2a591a62a65ed322;p=gnulib.git

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
index 8c80d6a9c9..87d103b543 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-04-09  Jim Meyering  <meyering@redhat.com>
+
+	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  <bruno@clisp.org>
 
 	Fix side effects from tests-related modules.
diff --git a/doc/posix-functions/ftruncate.texi b/doc/posix-functions/ftruncate.texi
index a9025054b2..607d52d591 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 a90be6ce7f..e8aec5d959 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
-