summaryrefslogtreecommitdiff
path: root/src/include/port/win32_port.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/port/win32_port.h')
-rw-r--r--src/include/port/win32_port.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/port/win32_port.h b/src/include/port/win32_port.h
index 1ed65fefff6..a73fbc15e33 100644
--- a/src/include/port/win32_port.h
+++ b/src/include/port/win32_port.h
@@ -62,8 +62,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)