maint: fts.c: remove __opendir2's now-unused parameter, oflag
[gnulib.git] / modules / ftruncate
index a90be6c..6be248c 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
@@ -10,6 +16,10 @@ unistd
 
 configure.ac:
 gl_FUNC_FTRUNCATE
+if test $HAVE_FTRUNCATE = 0; then
+  AC_LIBOBJ([ftruncate])
+  gl_PREREQ_FTRUNCATE
+fi
 gl_UNISTD_MODULE_INDICATOR([ftruncate])
 
 Makefile.am:
@@ -22,4 +32,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-