gulrak / filesystem

An implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD.
MIT License
1.31k stars 168 forks source link

fix infinite loop when errno is EINTR #177

Closed noexcept closed 6 months ago

noexcept commented 6 months ago

when outer call other api and errno is EINTR then call fs infinite loop

gulrak commented 6 months ago

Yeah, good idea, thanks for the PR.