Docs: misleading documentation of compat_epoll_create
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 24 Jun 2019 19:08:36 +0000 (15:08 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Sep 2019 20:39:13 +0000 (16:39 -0400)
commitac06b602c61654c149bf6de10ba776ae0bb09fe2
treed09713655138c991253250f0069da14c6191a298
parentaf5ba7d4e9dcfdd06c32f4dce6bc37d4e37c3c2d
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 <jeremie.galarneau@efficios.com>
src/common/compat/poll.h
This page took 0.024714 seconds and 4 git commands to generate.