Without this patch linking libltp.a complains about missing TEST_ERRNO when building with UCLINUX=1.
Signed-off-by: Andreas Bießmann <[email protected]> --- testcases/kernel/syscalls/eventfd2/eventfd2_03.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/testcases/kernel/syscalls/eventfd2/eventfd2_03.c b/testcases/kernel/syscalls/eventfd2/eventfd2_03.c index ebd6205..d9d2dc9 100644 --- a/testcases/kernel/syscalls/eventfd2/eventfd2_03.c +++ b/testcases/kernel/syscalls/eventfd2/eventfd2_03.c @@ -37,6 +37,7 @@ /* Harness Specific Include Files. */ #include "test.h" +#include "usctest.h" #include "linux_syscall_numbers.h" char *TCID = "eventfd2_03"; /* test program identifier*/ -- 1.7.2.5 ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
