1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-06-15 23:35:50 +00:00
Files
gnulib/modules/ftruncate
Jim Meyering 950f3469e4 ftruncate: mark module as obsolete; even MinGW provides it, now
* modules/ftruncate (Status): Obsolete.
(Notice): Say that.
* doc/posix-functions/ftruncate.texi: Don't say MinGW lacks it.
http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/9203
2010-04-09 10:44:23 +02:00

31 lines
340 B
Plaintext

Description:
ftruncate() function: truncate an open file to a specified length.
Status:
obsolete
Notice:
This module is obsolete.
Files:
lib/ftruncate.c
m4/ftruncate.m4
Depends-on:
unistd
configure.ac:
gl_FUNC_FTRUNCATE
gl_UNISTD_MODULE_INDICATOR([ftruncate])
Makefile.am:
Include:
<unistd.h>
License:
GPL
Maintainer:
Jim Meyering