diff options
Diffstat (limited to 'src/include/port/win32_port.h')
-rw-r--r-- | src/include/port/win32_port.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/port/win32_port.h b/src/include/port/win32_port.h index c6398662174..5f11e7f727b 100644 --- a/src/include/port/win32_port.h +++ b/src/include/port/win32_port.h @@ -70,8 +70,6 @@ /* Must be here to avoid conflicting with prototype in windows.h */ #define mkdir(a,b) mkdir(a) -#define ftruncate(a,b) chsize(a,b) - /* Windows doesn't have fsync() as such, use _commit() */ #define fsync(fd) _commit(fd) |