From: Patrick Monnerat Date: Sun, 11 Jan 2026 13:04:14 +0000 (+0100) Subject: tool_filetime: sync dummy macro signature with function prototype X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67d0bfc6c240487dae50d7861a4e933a46c85654;p=thirdparty%2Fcurl.git tool_filetime: sync dummy macro signature with function prototype Closes #20265 --- diff --git a/src/tool_filetime.h b/src/tool_filetime.h index fedb7a1957..d28242027e 100644 --- a/src/tool_filetime.h +++ b/src/tool_filetime.h @@ -31,7 +31,7 @@ int getfiletime(const char *filename, curl_off_t *stamp); (defined(_WIN32) && (SIZEOF_CURL_OFF_T >= 8)) void setfiletime(curl_off_t filetime, const char *filename); #else -#define setfiletime(a, b, c) tool_nop_stmt +#define setfiletime(a, b) tool_nop_stmt #endif #endif /* HEADER_CURL_TOOL_FILETIME_H */