mirror of
https://github.com/curl/curl.git
synced 2026-07-24 13:27:16 +03:00
Replace them by `curlx_open()` and `curlx_stat()`. To make it obvious in the source code what is being executed. Also: - tests/server: stop overriding `open()` for test servers. This is critical for the call made from the signal handler. For other calls, it's an option to use `curlx_open()`, but doesn't look important enough to do it, following the path taken with `fopen()`. Follow-up to10bac43b87#18774 Follow-up to20142f5d06#18634 Follow-up tobf7375ecc5#18503 Closes #18776
7 lines
119 B
Text
7 lines
119 B
Text
allowfunc fclose
|
|
allowfunc fdopen
|
|
allowfunc fopen
|
|
allowfunc gmtime
|
|
allowfunc localtime
|
|
allowfunc open
|
|
allowfunc socket
|