diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-01-05 23:59:23 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-01-05 23:59:23 +0100 |
commit | 8c43e7ae62a28bfa27b03ac2c2877e01253809d1 (patch) | |
tree | ede77603d6e38d29fa895a6929171a70c90181c4 /open_issues | |
parent | f92e5bd67a2a1d1116b175770e7706d6bf655de5 (diff) |
proposed patch link
Diffstat (limited to 'open_issues')
-rw-r--r-- | open_issues/select_vs_signals.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/open_issues/select_vs_signals.mdwn b/open_issues/select_vs_signals.mdwn index cdf39609..927b888e 100644 --- a/open_issues/select_vs_signals.mdwn +++ b/open_issues/select_vs_signals.mdwn @@ -31,6 +31,8 @@ IRC, freenode, #hurd, 2012-01-05 <youpi> with braunr's patch, it's __mach_msg which is used to wait, and thus the interruption doesn't happen, and we have to wait 60s, the timeout... <youpi> so braunr's patch is still correct, it's the __mach_msg call which we do need to make interruptible (it was already on the todolist) +Proposed patch on http://cygwin.com/ml/libc-alpha/2013-01/msg00189.html + --- See also [[select]] and [[select_bogus_fd]]. |