diff options
Diffstat (limited to 'g10/tdbio.c')
-rw-r--r-- | g10/tdbio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/tdbio.c b/g10/tdbio.c index 1fa087e46..33e2583c8 100644 --- a/g10/tdbio.c +++ b/g10/tdbio.c @@ -39,7 +39,7 @@ #include "trustdb.h" #include "tdbio.h" -#ifdef HAVE_DOSISH_SYSTEM +#if defined(HAVE_DOSISH_SYSTEM) && !defined(__CYGWIN32__) #define ftruncate chsize #endif |