Tests build fix: undefined MAGIC_VALUE macro
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 18 Jul 2019 19:51:49 +0000 (15:51 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 18 Jul 2019 19:55:00 +0000 (15:55 -0400)
commitd788846779e3b3822d51894b4426665b72f07cbb
tree5a043c22e2a76c2caaca5a1b4f5cc393c9c35558
parent73b4e79ff411b40a1461f9b9fe093cd53115fc6c
Tests build fix: undefined MAGIC_VALUE macro

The MAGIC_VALUE macro is only defined when the build is configured
in epoll mode. This value should be defined unconditionally as it
is used in both poll and epoll test modes.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/unit/test_utils_compat_poll.c
This page took 0.026715 seconds and 4 git commands to generate.