|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCH] lib/nolibc: Introduce fd_set operation macros
Hello Simon, This patch seems fine. Reviewed-by: Sharan Santhanam <sharan.santhanam@xxxxxxxxx> Thanks & Regards Sharan On 1/30/19 6:33 PM, Simon Kuenzer wrote: Port FD_CLR, FD_ISSET, FD_SET, and FD_ZERO macros from FreeBSD. Signed-off-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx> --- lib/nolibc/include/sys/select.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/lib/nolibc/include/sys/select.h b/lib/nolibc/include/sys/select.h index f7949ee7..e981b7c0 100644 --- a/lib/nolibc/include/sys/select.h +++ b/lib/nolibc/include/sys/select.h @@ -28,6 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ +/* Derived from FreeBSD commit 4736ccf (Nov 20, 2017) */#ifndef __SYS_SELECT_H__ _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |