diff options
author | Yang Tse <yangsita@gmail.com> | 2011-11-01 12:53:23 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-11-01 12:53:23 +0100 |
commit | 9cfc0c73a7d4b664b532c108bd2d5f8078972f9d (patch) | |
tree | 4857be20870e318c78d24a452e5e52a152beec52 | |
parent | 49e3b2e03a809b86fb7b6a48d36ed0a8397cdfb6 (diff) |
tool_cb_see.h: fix compiler warning
-rw-r--r-- | src/tool_cb_see.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_cb_see.h b/src/tool_cb_see.h index 530bfacba..1c14a8f74 100644 --- a/src/tool_cb_see.h +++ b/src/tool_cb_see.h @@ -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 |