Docs: misleading documentation of compat_epoll_create
[lttng-tools.git] / src / common / compat / poll.h
index d7020f366dd7c9300f4a4a5810cb48292cb167b1..4b2fc5036843c5863047125a8c1d79085405b34f 100644 (file)
@@ -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) \
This page took 0.023967 seconds and 4 git commands to generate.