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:54:14 +0000 (15:54 -0400)
commit41b42b3b7f1d94d5caff7e6ecf1a8b3f1f1441ae
tree8fa28eefec444c8d76a63a7b03d66dab019f76ca
parentfbccfe840283f05d76f6159567266434a9b63308
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.026273 seconds and 4 git commands to generate.