New module 'unicase/u8-casecmp'.
[pspp] / lib / ftruncate.c
index f6a7ea558784a9794048fbcacd20cb1fa81217db..ff7d11b090a4f41760885dd15cbbd00e344c80fe 100644 (file)
@@ -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)