Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/ftruncate @ 7497:6a764f23e302
gnulib-tool now synthesizes the EXTRA_DIST line.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 13 Oct 2006 12:40:22 +0000 |
parents | cb5141654dbb |
children | 51d32a83a7df |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 ftruncate() function: truncate an open file to a specified length. |
4110 | 3 |
4 Files: | |
5 lib/ftruncate.c | |
6 m4/ftruncate.m4 | |
7 | |
8 Depends-on: | |
9 | |
10 configure.ac: | |
5016
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
4197
diff
changeset
|
11 gl_FUNC_FTRUNCATE |
4110 | 12 |
13 Makefile.am: | |
14 | |
15 Include: | |
16 <unistd.h> | |
17 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5016
diff
changeset
|
18 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5016
diff
changeset
|
19 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5016
diff
changeset
|
20 |
4197 | 21 Maintainer: |
22 Jim Meyering | |
23 |