Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[singlejar] Replace setbuffer with setvbuf
`setbuffer` is not available on MSVC, use C-standard `setvbuf` from `stdio.h` instead. `setbuffer` was introduced in b4cf5e3. #2241 /cc @laszlocsomor Closes #5500. PiperOrigin-RevId: 203083781
- Loading branch information