1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

tool_cb_see.h: fix compiler warning

This commit is contained in:
Yang Tse 2011-11-01 12:53:23 +01:00
parent 49e3b2e03a
commit 9cfc0c73a7

View File

@ -27,6 +27,7 @@
int tool_ftruncate64(int fd, curl_off_t where); int tool_ftruncate64(int fd, curl_off_t where);
#undef ftruncate
#define ftruncate(fd,where) tool_ftruncate64(fd,where) #define ftruncate(fd,where) tool_ftruncate64(fd,where)
#ifndef HAVE_FTRUNCATE #ifndef HAVE_FTRUNCATE