Implement ppoll() function.
Add kern_ppoll() version needed by an upcoming Linuxulator change.
Perhaps need to specify that it is non-standard function, i.e., Linux specific?
Differential D1133
Implement ppoll() function. dchagin on Nov 9 2014, 8:13 PM. Authored by Tags None Referenced Files
Subscribers
Details
Implement ppoll() function. Perhaps need to specify that it is non-standard function, i.e., Linux specific?
Diff Detail
Event Timeline
Comment Actions Fixed. in passing sys_poll() converted to c99, if this change is not needed, i'll remove it Comment Actions Overall, this looks good.
Comment Actions The web interface shows some garbage for me. When I download the raw diff, poll.2 chunks are duplicated. I have no idea is this yet another bug of the web review thing, or there is some problem with the patch. Anyway, I do not have more comments. |