Lines Matching full:poll

4 Subject: [PATCH] Rename poll.h into vm_poll.h to fix build failure on musl
9 musl libc redirects include of sys/poll.h to poll.h. But since poll.h is
14 …linux-musl/sysroot/usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <s…
15 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
27 So rename poll.h into vm_poll.h as suggested by srowe in
41 lib/include/poll.h | 330 --------------------
46 delete mode 100644 open-vm-tools/lib/include/poll.h
57 +#include <poll.h>
59 -#include <sys/poll.h>
67 -#include "poll.h"
80 -#include "poll.h"
90 * Or the client can specify its favorite poll class and locking behavior.
93 -#include "poll.h"
98 diff --git a/lib/include/poll.h b/lib/include/poll.h
101 --- a/lib/include/poll.h
166 -#include <sys/poll.h>
171 - * <poll.h> of android should be included, but its name is same
174 -#include <asm/poll.h>
177 -int poll(struct pollfd *, nfds_t, long);
182 - * Poll event types: each type has a different reason for firing,
188 - * Actual Poll queue types against which you can register callbacks.
219 - * Do not use; Special pseudo private poll class supported by
286 - * Poll class-set taxonomy:
335 - * implementations are distinct from the core poll code.
442 -#include "poll.h"
515 +#include <sys/poll.h>
520 + * <poll.h> of android should be included, but its name is same
523 +#include <asm/poll.h>
526 +int poll(struct pollfd *, nfds_t, long);
531 + * Poll event types: each type has a different reason for firing,
537 + * Actual Poll queue types against which you can register callbacks.
568 + * Do not use; Special pseudo private poll class supported by
635 + * Poll class-set taxonomy:
684 + * implementations are distinct from the core poll code.
791 -# include "poll.h"