fix: Add missing 'pselect6_time32' and 'ppoll_time32' syscall overrides
[lttng-modules.git] / wrapper / poll.h
diff --git a/wrapper/poll.h b/wrapper/poll.h
deleted file mode 100644 (file)
index 416ce57..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * wrapper/poll.h
- *
- * Copyright (C) 2010-2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- *
- * Dual LGPL v2.1/GPL v2 license.
- */
-
-#ifndef CONFIG_LIB_RING_BUFFER
-#include <linux/poll.h>
-
-#warning "poll_wait_set_exclusive() is defined as no-op. Will increase LTTng overhead. Please consider using the LTTng kernel tree for better results."
-
-/*
- * Will cause higher overhead when signalling all possible reader threads when a
- * buffer is ready to be consumed.
- */
-#define poll_wait_set_exclusive(poll_table)
-
-#endif
This page took 0.02345 seconds and 4 git commands to generate.