From: Andre Noll Date: Thu, 30 Sep 2021 20:35:10 +0000 (+0200) Subject: sched: Introduce sched_{read,write}_ok(). X-Git-Tag: v0.7.1~6^2~7 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=181beb316afad036ac01a778544c5dec0a8d51c7;hp=181beb316afad036ac01a778544c5dec0a8d51c7;p=paraslash.git sched: Introduce sched_{read,write}_ok(). Two trivial wrappers for FD_ISSET() which hide the fact that we're still using the select(2) API. ---