ftruncate: mark module as obsolete; even MinGW provides it, now
authorJim Meyering <meyering@redhat.com>
Fri, 9 Apr 2010 08:44:23 +0000 (10:44 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 9 Apr 2010 08:44:23 +0000 (10:44 +0200)
* 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
doc/posix-functions/ftruncate.texi
modules/ftruncate

index 8c80d6a..87d103b 100644 (file)
--- 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.
index a902505..607d52d 100644 (file)
@@ -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:
index a90be6c..e8aec5d 100644 (file)
@@ -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
-