From: Jérémie Galarneau Date: Mon, 24 Jun 2019 19:08:36 +0000 (-0400) Subject: Docs: misleading documentation of compat_epoll_create X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=5a12931eca4ae292cc659222d5da12b9b7480808;hp=5a12931eca4ae292cc659222d5da12b9b7480808 Docs: misleading documentation of compat_epoll_create The documentation of compat_epoll_create explicitly mentions that it can't fail because of a memory allocation error. This is false as the function allocates an array of struct epoll_event. Signed-off-by: Jérémie Galarneau ---