Change #261924
| Category | None |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Sat 21 Mar 2026 22:42:38 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | master |
| Revision | 6c64d39dce348bcbceb1490dfcf604aa9855b128 |
Comments
hostip: drop guard from `Curl_resolver_error()` definition To sync with its declaration. Fixing (seen when building trurl in curl-for-win): ``` ld.lld: error: undefined symbol: Curl_resolver_error ``` Ref: https://github.com/curl/curl-for-win/actions/runs/23388349475/job/68038915761#step:3:7469 Closes #21054
Changed files
- lib/hostip.c