tool_cb_see.h: fix compiler warning
authorYang Tse <yangsita@gmail.com>
Tue, 1 Nov 2011 11:53:23 +0000 (12:53 +0100)
committerYang Tse <yangsita@gmail.com>
Tue, 1 Nov 2011 11:53:23 +0000 (12:53 +0100)
src/tool_cb_see.h

index 530bfac..1c14a8f 100644 (file)
@@ -27,6 +27,7 @@
 
 int tool_ftruncate64(int fd, curl_off_t where);
 
+#undef  ftruncate
 #define ftruncate(fd,where) tool_ftruncate64(fd,where)
 
 #ifndef HAVE_FTRUNCATE