]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Fix last commit.
authorGisle Vanem <gvanem@yahoo.no>
Wed, 1 Oct 2014 17:43:12 +0000 (20:43 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 1 Oct 2014 17:43:12 +0000 (20:43 +0300)
makeint.h

index eefcde9b8ea06df24531a37d0026417200a81cb1..fdcae75bd2c51476c1ff195861d60ffe72ef2479 100644 (file)
--- a/makeint.h
+++ b/makeint.h
@@ -350,7 +350,7 @@ char *strsignal (int signum);
 # include <malloc.h>
 # define pipe(_p)        _pipe((_p), 512, O_BINARY)
 # define kill(_pid,_sig) w32_kill((_pid),(_sig))
-/* MSVC doesn't have ftruncate.  */
+/* MSVC and Watcom C don't have ftruncate.  */
 # if defined(_MSC_VER) || defined(__WATCOMC__)
 #  define ftruncate(_fd,_len) _chsize(_fd,_len)
 # endif