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, 25 Jul 2019 19:51:46 +0000 (15:51 -0400)
commit5a12931eca4ae292cc659222d5da12b9b7480808
tree33f125cd22ef2ef14aecd009fe84844a416c6277
parent3c6673a8358871588c2bd41412e51e79957c7032
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.025623 seconds and 5 git commands to generate.