X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=wrapper%2Fpoll.h;fp=wrapper%2Fpoll.h;h=0000000000000000000000000000000000000000;hb=117ab60f69a98dcbc365de8008ab93e6699d153a;hp=a97bb6b81fa105d9d02fadcd7cea92976fc3c6e7;hpb=7c6d929d62a6e24fb1dbeaee5cd2c8afe77720b7;p=lttng-modules.git diff --git a/wrapper/poll.h b/wrapper/poll.h deleted file mode 100644 index a97bb6b8..00000000 --- a/wrapper/poll.h +++ /dev/null @@ -1,20 +0,0 @@ -/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) - * - * wrapper/poll.h - * - * Copyright (C) 2011-2012 Mathieu Desnoyers - */ - -#ifndef _LTTNG_WRAPPER_POLL_H -#define _LTTNG_WRAPPER_POLL_H - -#include - -/* - * Note: poll_wait_set_exclusive() is defined as no-op. Thundering herd - * effect can be noticed with large number of consumer threads. - */ - -#define poll_wait_set_exclusive(poll_table) - -#endif /* _LTTNG_WRAPPER_POLL_H */