On 03/04/2011 06:13 PM, Garrett Cooper wrote:
> I've committed a more extensive patch. Please test it out and let me
> know how it goes -- thanks!
> -Garrett

Hi Garrett, compile error occurs in this patch, here is a fix.

-- 
Quality Engineer (Kernel) in
Red Hat Software (Beijing) Co., R&D Branch
http://www.cn.redhat.com/
TEL: +86-10-62608150
From c52a6798caa5dd673eea50b9a41686713e6c1303 Mon Sep 17 00:00:00 2001
From: Caspar Zhang <[email protected]>
Date: Fri, 4 Mar 2011 23:57:39 +0800
Subject: [PATCH] syscalls: waitpid11: fix compile err

Signed-off-by: Caspar Zhang <[email protected]>
---
 testcases/kernel/syscalls/waitpid/waitpid11.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/testcases/kernel/syscalls/waitpid/waitpid11.c 
b/testcases/kernel/syscalls/waitpid/waitpid11.c
index 45d828c..368e984 100644
--- a/testcases/kernel/syscalls/waitpid/waitpid11.c
+++ b/testcases/kernel/syscalls/waitpid/waitpid11.c
@@ -283,7 +283,7 @@ int main(int ac, char **av)
 void setup_sigint(void)
 {
        if (signal(SIGINT, inthandlr) == SIG_ERR)
-               tst_brkm(TFAIL|TERRNO, "signal SIGINT failed");
+               tst_brkm(TFAIL|TERRNO, NULL, "signal SIGINT failed");
 }
 
 void setup(void)
-- 
1.7.4.1

------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to