curl-curl/lib/vssh
Viktor Szakats a84b041281
build: tidy up curl-specific fstat calls and stat struct type
To avoid redefining the `fstat` system symbol, and to clarify
`struct_stat` is a curl symbol.

- introduce `curlx_fstat()` macro and use it.
- rename `struct_stat` to `curl_struct_stat`.

Also:
- tests: replace direct `curlx_win32_stat()` call with `curlx_stat()`.
- checksrc: disallow direct `_fstati64` and `fstat()` calls, except in
  examples.

Closes #20496
2026-02-02 18:57:13 +01:00
..
libssh2.c build: tidy up curl-specific fstat calls and stat struct type 2026-02-02 18:57:13 +01:00
libssh.c build: use more const 2026-02-02 12:32:49 +01:00
ssh.h ssh: dedupe state change function 2026-01-30 13:27:03 +01:00
vssh.c build: use more const 2026-02-02 12:32:49 +01:00
vssh.h build: use more const 2026-02-02 12:32:49 +01:00