X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fftruncate.c;h=ff7d11b090a4f41760885dd15cbbd00e344c80fe;hb=37654ecf58fe14c16eb3fbea289151c2e493e8cf;hp=f6a7ea558784a9794048fbcacd20cb1fa81217db;hpb=d52c5b93a562113d859c264bbb92f5c0b8c5ae77;p=gnulib.git diff --git a/lib/ftruncate.c b/lib/ftruncate.c index f6a7ea558..ff7d11b09 100644 --- 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)