From: Vinson Lee <vlee@xxxxxxxxxxx> POLL_BUSY_LOOP is not available until Linux 3.11. Signed-off-by: Vinson Lee <vlee@xxxxxxxxxxx> --- include/compat.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/compat.h b/include/compat.h index 2eb8691..5451870 100644 --- a/include/compat.h +++ b/include/compat.h @@ -1029,3 +1029,6 @@ struct kvm_get_htab_fd { #ifndef POLLFREE #define POLLFREE 0x4000 #endif +#ifndef POLL_BUSY_LOOP +#define POLL_BUSY_LOOP 0x8000 +#endif -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe trinity" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html