poll.c

Cross-platform polling library for C
git clone git://git.finwo.net/lib/poll.c
Log | Files | Refs | README

commit fafb55c6ef21d038862116821b249cd3c9da3c81
parent b940ad44bf1a464470e58f3fd50b2d01d51f935c
Author: Yersa Nordman <yersa@finwo.nl>
Date:   Sun, 31 Dec 2023 01:29:00 +0100

Remove another instance of including sys's poll.h directly

Diffstat:
Msrc/fpoll.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/fpoll.c b/src/fpoll.c @@ -1,4 +1,3 @@ -#include <poll.h> #include <stddef.h> #include <stdlib.h> #include <string.h>