X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fcompat%2Fpoll.h;h=4b2fc5036843c5863047125a8c1d79085405b34f;hb=f75c5439a7fe3d47edf68098f249421b701fceaf;hp=d7020f366dd7c9300f4a4a5810cb48292cb167b1;hpb=b14f53d4c3a465449216c525a985c9c3622ce109;p=lttng-tools.git diff --git a/src/common/compat/poll.h b/src/common/compat/poll.h index d7020f366..4b2fc5036 100644 --- a/src/common/compat/poll.h +++ b/src/common/compat/poll.h @@ -119,9 +119,7 @@ static inline int __lttng_epoll_get_prev_fd(struct lttng_poll_event *events, #define LTTNG_POLL_GET_PREV_FD(e, i, nb_fd) \ __lttng_epoll_get_prev_fd(LTTNG_REF(e), i, nb_fd) -/* - * Create the epoll set. No memory allocation is done here. - */ +/* Create the epoll set. */ extern int compat_epoll_create(struct lttng_poll_event *events, int size, int flags); #define lttng_poll_create(events, size, flags) \