Files
qemu/linux-user
Andreas Schwab 9efd571a67 linux-user: properly test for infinite timeout in poll (#8)
After "linux-user: use target_ulong" the poll syscall was no longer
handling infinite timeout.

/home/abuild/rpmbuild/BUILD/qemu-2.7.0-rc5/linux-user/syscall.c:9773:26: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
                 if (arg3 >= 0) {
                          ^~

Signed-off-by: Andreas Schwab <schwab@suse.de>
2021-04-29 20:24:08 -06:00
..
2019-06-12 13:20:21 +02:00
2019-06-12 13:20:21 +02:00
2019-06-12 13:20:21 +02:00
2019-06-12 13:20:21 +02:00
2019-10-28 15:12:38 +00:00
2019-06-12 13:20:21 +02:00
2019-10-28 15:12:38 +00:00
2021-04-29 20:24:08 -06:00
2021-04-29 20:24:08 -06:00
2019-06-12 13:20:21 +02:00
2019-06-12 13:20:21 +02:00
2019-06-10 07:03:34 -07:00
2019-06-10 07:03:42 -07:00