mirror of
https://github.com/curl/curl.git
synced 2025-04-24 16:40:32 +08: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);
|
||||
|
||||
#undef ftruncate
|
||||
#define ftruncate(fd,where) tool_ftruncate64(fd,where)
|
||||
|
||||
#ifndef HAVE_FTRUNCATE
|
||||
|
Loading…
x
Reference in New Issue
Block a user