Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 272199
Collapse All | Expand All

(-)udev/udevd.c.org (-1 / +1 lines)
Lines 975-981 Link Here
975
			inotify_poll->events = POLLIN;
975
			inotify_poll->events = POLLIN;
976
		}
976
		}
977
977
978
		fdcount = ppoll(pfd, nfds, NULL, &orig_mask);
978
		fdcount = poll(pfd, nfds, -1);
979
		sigprocmask(SIG_SETMASK, &orig_mask, NULL);
979
		sigprocmask(SIG_SETMASK, &orig_mask, NULL);
980
		if (fdcount < 0) {
980
		if (fdcount < 0) {
981
			if (errno == EINTR)
981
			if (errno == EINTR)

Return to bug 272199