We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15063a9 commit 907cff9Copy full SHA for 907cff9
src/libuserfaultfd.c
@@ -52,7 +52,6 @@ static void *race_userfault(void *data_ptr2) {
52
53
struct pollfd evt = { .fd = ufd, .events = POLLIN };
54
while (poll(&evt, 1, -1) > 0) {
55
- /* unexpected poll events */
56
if (evt.revents & POLLERR) {
57
perror("race_userfault got evt.revents & POLLERR");
58
exit(-1);
0 commit comments