mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
curlx: promote Curl_fseeko() to curlx_fseek(), use it in src
- tool_formparse: replace truncated `fseek` with `curlx_fseek`.
- tool_operate: replace truncated `fseek` with `curlx_fseek`.
- tool_paramhlp: replace local duplicate `myfseek`, with `curlx_fseek`.
Follow-up to 4fb12f2891 #19100
Closes #19107
This commit is contained in:
parent
b9b8a7a5df
commit
f32451c12b
8 changed files with 24 additions and 36 deletions
|
|
@ -32,6 +32,8 @@
|
|||
#include <fcntl.h> /* for open() and attributes */
|
||||
#endif
|
||||
|
||||
int curlx_fseek(void *stream, curl_off_t offset, int whence);
|
||||
|
||||
#if defined(_WIN32) && !defined(UNDER_CE)
|
||||
FILE *curlx_win32_fopen(const char *filename, const char *mode);
|
||||
int curlx_win32_stat(const char *path, struct_stat *buffer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue