about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-04-25 00:54:00 +0200
committerGitHub <noreply@github.com>2025-04-25 00:54:00 +0200
commit11fbbc54ba443f0edafdd1c34de7c069f7a325bf (patch)
treedd14c69c4f83835f55d5ebd94e50c7a078048cb8 /compiler/rustc_codegen_gcc
parent02ebca2784329d8712dfa7164545042c73e073e9 (diff)
parentd2120e653e9acca9ab6f3053d0a173fa285fba04 (diff)
downloadrust-11fbbc54ba443f0edafdd1c34de7c069f7a325bf.tar.gz
rust-11fbbc54ba443f0edafdd1c34de7c069f7a325bf.zip
Rollup merge of #140210 - Berrysoft:cygwin-timedwait, r=joboet
Work around cygwin issue on condvar timeout

This workaround *just works*... Actually I don't quite understand why does it work in such way. With a simple test on Cygwin, it seems that the maximum value of `tv_sec` could be 12899331056917, while the maximum value of `tv_nsec` should be a value floating around 464600000. A larger `timespec` could block the syscall forever.

r? `@joboet`
Diffstat (limited to 'compiler/rustc_codegen_gcc')
0 files changed, 0 insertions, 0 deletions