closein: correct comments
[gnulib.git] / modules / ftruncate
1 Description:
2 ftruncate() function: truncate an open file to a specified length.
3
4 Status:
5 obsolete
6
7 Notice:
8 This module is obsolete.
9
10 Files:
11 lib/ftruncate.c
12 m4/ftruncate.m4
13
14 Depends-on:
15 unistd
16
17 configure.ac:
18 gl_FUNC_FTRUNCATE
19 if test $HAVE_FTRUNCATE = 0; then
20   AC_LIBOBJ([ftruncate])
21   gl_PREREQ_FTRUNCATE
22 fi
23 gl_UNISTD_MODULE_INDICATOR([ftruncate])
24
25 Makefile.am:
26
27 Include:
28 <unistd.h>
29
30 License:
31 GPL
32
33 Maintainer:
34 Jim Meyering