projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f9c65b
)
* lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
author
Jim Meyering
<jim@meyering.net>
Tue, 20 Feb 2007 09:54:19 +0000
(09:54 +0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 20 Feb 2007 09:54:19 +0000
(09:54 +0000)
used by e.g., mingw. From Bruno Haible.
ChangeLog
patch
|
blob
|
history
lib/ftruncate.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 7ddde7a75afaec140affddb08a71a0aab9559e9e..523e2dbfdc242d7a2462f07d77e4fdf395675249 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2007-02-20 Jim Meyering <jim@meyering.net>
+
+ * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
+ used by e.g., mingw. From Bruno Haible.
+
2007-02-19 Bruno Haible <bruno@clisp.org>
* lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
diff --git
a/lib/ftruncate.c
b/lib/ftruncate.c
index f6a7ea558784a9794048fbcacd20cb1fa81217db..ff7d11b090a4f41760885dd15cbbd00e344c80fe 100644
(file)
--- 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)