summaryrefslogtreecommitdiff
path: root/lib/ftruncate.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-02-20 09:54:19 +0000
committerJim Meyering <jim@meyering.net>2007-02-20 09:54:19 +0000
commitd83b0a658d565b671f5bd22fee91362507b9d504 (patch)
tree25141fb5a8fb19dbefdd262517c5787d71cd7491 /lib/ftruncate.c
parent3f9c65b8b5b5228eb60d9167f9550e7d117236a8 (diff)
downloadgnulib-d83b0a658d565b671f5bd22fee91362507b9d504.tar.gz
* lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
used by e.g., mingw. From Bruno Haible.
Diffstat (limited to 'lib/ftruncate.c')
-rw-r--r--lib/ftruncate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ftruncate.c b/lib/ftruncate.c
index f6a7ea5587..ff7d11b090 100644
--- a/lib/ftruncate.c
+++ b/lib/ftruncate.c
@@ -66,7 +66,7 @@ ftruncate (int fd, off_t length)
}
# else /* not F_CHSIZE nor F_FREESP */
-# if HAVE_CHSIZE
+# if HAVE_CHSIZE /* native Windows, e.g. mingw */
int
ftruncate (int fd, off_t length)