mirror of
https://github.com/moparisthebest/curl
synced 2024-11-12 04:25:08 -05:00
tool_cb_see.h: fix compiler warning
This commit is contained in:
parent
49e3b2e03a
commit
9cfc0c73a7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user