Commit 9cfc0c73 authored by Yang Tse's avatar Yang Tse
Browse files

tool_cb_see.h: fix compiler warning

parent 49e3b2e0
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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