Alex Henrie alexhenrie24@gmail.com writes:
Cc: Sebastian Lackner sebastian@fds-team.de
Fixes https://bugs.winehq.org/show_bug.cgi?id=39875
There is a test program attached to the bug report.
Signed-off-by: Alex Henrie alexhenrie24@gmail.com
server/async.c | 13 +++++++++++++ server/fd.c | 6 ++++++ server/file.h | 2 ++ server/serial.c | 3 +++ 4 files changed, 24 insertions(+)
That's a good start, but I think you should be able to do it through the reselect_async fd operation, without making changes to the generic async code.
2016-01-20 8:12 GMT-07:00 Alexandre Julliard julliard@winehq.org:
Alex Henrie alexhenrie24@gmail.com writes:
Cc: Sebastian Lackner sebastian@fds-team.de
Fixes https://bugs.winehq.org/show_bug.cgi?id=39875
There is a test program attached to the bug report.
Signed-off-by: Alex Henrie alexhenrie24@gmail.com
server/async.c | 13 +++++++++++++ server/fd.c | 6 ++++++ server/file.h | 2 ++ server/serial.c | 3 +++ 4 files changed, 24 insertions(+)
That's a good start, but I think you should be able to do it through the reselect_async fd operation, without making changes to the generic async code.
Thank you. This is exactly the kind of feedback I need.
-Alex