From 7df0fe77d8d56d8948f27ef2d2cd9e2d35659931 Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Wed, 1 Oct 2014 20:43:12 +0300 Subject: Fix last commit. --- makeint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makeint.h b/makeint.h index eefcde9..fdcae75 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 -- cgit v1.2.3