Distribute all lib/* source files through EXTRA_DIST.
[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
10 configure.ac:
11 gl_FUNC_FTRUNCATE
12
13 Makefile.am:
14 EXTRA_DIST += ftruncate.c
15
16 Include:
17 <unistd.h>
18
19 License:
20 GPL
21
22 Maintainer:
23 Jim Meyering
24