ftruncate: Un-deprecate, concentrate on Win32 support.
[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
12 configure.ac:
13 gl_FUNC_FTRUNCATE
14 if test $HAVE_FTRUNCATE = 0; then
15   AC_LIBOBJ([ftruncate])
16   gl_PREREQ_FTRUNCATE
17 fi
18 gl_UNISTD_MODULE_INDICATOR([ftruncate])
19
20 Makefile.am:
21
22 Include:
23 <unistd.h>
24
25 License:
26 GPL
27
28 Maintainer:
29 Jim Meyering