summaryrefslogtreecommitdiff
path: root/modules/perror-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-09-22 14:16:31 +0200
committerBruno Haible <bruno@clisp.org>2011-09-22 14:16:31 +0200
commitd8710037842f70e32a5b56c685437b51165d2f5b (patch)
tree3fd83a8b540e14e2944c1f621bf692d2dc925222 /modules/perror-tests
parentf45922077ff338dc3d393892a13bed981d6f7701 (diff)
downloadgnulib-d8710037842f70e32a5b56c685437b51165d2f5b.tar.gz
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.
Diffstat (limited to 'modules/perror-tests')
-rw-r--r--modules/perror-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/perror-tests b/modules/perror-tests
index 04adee2e22..5e41800283 100644
--- a/modules/perror-tests
+++ b/modules/perror-tests
@@ -8,6 +8,7 @@ tests/test-perror.sh
Depends-on:
dup2
+ftruncate
strerror
configure.ac: