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