From: Gisle Vanem Date: Wed, 1 Oct 2014 17:43:12 +0000 (+0300) Subject: Fix last commit. X-Git-Tag: 4.1~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7df0fe77d8d56d8948f27ef2d2cd9e2d35659931;p=thirdparty%2Fmake.git Fix last commit. --- diff --git a/makeint.h b/makeint.h index eefcde9b..fdcae75b 100644 --- a/makeint.h +++ b/makeint.h @@ -350,7 +350,7 @@ char *strsignal (int signum); # include # 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