Home GnuPG

w32: Fix gpgrt_poll for Windows.
07d5bd918d21Unpublished

Unpublished Commit · Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.

Description

w32: Fix gpgrt_poll for Windows.

* src/estream.c (_gpgrt_poll) [W32]: Do not call the syscall clamp.

The system call clamp may only be used directloy around system calls.
We don't need them here because we use independent threads to
implement non-blocking behaviour. In fact the clamp may lead to a
deadlock.

  • Signed-off-by: Werner Koch <wk@gnupg.org>

Details

Provenance
wernerAuthored on Feb 28 2017, 10:00 AM
Parents
rE84aaa84d41f1: Use the new tracing ramework for estream.
Branches
Unknown
Tags
Unknown

Event Timeline

Werner Koch <wk@gnupg.org> committed rE07d5bd918d21: w32: Fix gpgrt_poll for Windows. (authored by Werner Koch <wk@gnupg.org>).Feb 28 2017, 10:00 AM