Skip to content
Snippets Groups Projects
Commit 9cfc0c73 authored by Yang Tse's avatar Yang Tse
Browse files

tool_cb_see.h: fix compiler warning

parent 49e3b2e0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment