Hash :
d8710037
Author :
Date :
2011-09-22T14:16:31
ftruncate: Un-deprecate, concentrate on Win32 support. * modules/ftruncate (Status, Notice): Remove sections. (Depends-on): Add largefile. * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Drop failure message on non-mingw platforms. * lib/ftruncate.c: Remove code for the older platforms. For Win32, include <io.h>. * modules/perror-tests (Depends-on): Add ftruncate. * doc/posix-functions/ftruncate.texi: Mention the MSVC problem and the 'ftruncate' module.
Files:
tests/init.sh
tests/macros.h
tests/signature.h
tests/test-perror.c
tests/test-perror2.c
tests/test-perror.sh
Depends-on:
dup2
ftruncate
strerror
configure.ac:
Makefile.am:
TESTS += test-perror.sh test-perror2
check_PROGRAMS += test-perror test-perror2