mirror of
https://github.com/curl/curl.git
synced 2026-07-23 19:17:18 +03:00
tool_cb_see.h: fix compiler warning
This commit is contained in:
parent
49e3b2e03a
commit
9cfc0c73a7
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue