From: Caspar Zhang <czhang@redhat.com>
To: Garrett Cooper <yanegomi@gmail.com>
Cc: ltp-list@lists.sourceforge.net
Subject: Re: [LTP] [PATCH] The parent process need exit of waitpid11.c, waitpid12.c, waitpid13.c
Date: Fri, 04 Mar 2011 23:59:50 +0800 [thread overview]
Message-ID: <4D710C76.40900@redhat.com> (raw)
In-Reply-To: <AANLkTinfLc-WM3vkV7WWFNxdAjFMEz1LiHT9CqA5+fih@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 346 bytes --]
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
[-- Attachment #2: 0001-syscalls-waitpid11-fix-compile-err.patch --]
[-- Type: text/plain, Size: 867 bytes --]
From c52a6798caa5dd673eea50b9a41686713e6c1303 Mon Sep 17 00:00:00 2001
From: Caspar Zhang <czhang@redhat.com>
Date: Fri, 4 Mar 2011 23:57:39 +0800
Subject: [PATCH] syscalls: waitpid11: fix compile err
Signed-off-by: Caspar Zhang <czhang@redhat.com>
---
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
[-- Attachment #3: Type: text/plain, Size: 309 bytes --]
------------------------------------------------------------------------------
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
[-- Attachment #4: Type: text/plain, Size: 155 bytes --]
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
next prev parent reply other threads:[~2011-03-04 16:00 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-24 10:08 [LTP] [PATCH] The parent process need exit of waitpid11.c, waitpid12.c, waitpid13.c Peng Haitao
2011-02-24 16:46 ` Garrett Cooper
2011-02-28 1:06 ` Peng Haitao
2011-03-04 10:13 ` Garrett Cooper
2011-03-04 15:59 ` Caspar Zhang [this message]
2011-03-04 16:17 ` Garrett Cooper
2011-03-09 5:22 ` Peng Haitao
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D710C76.40900@redhat.com \
--to=czhang@redhat.com \
--cc=ltp-list@lists.sourceforge.net \
--cc=yanegomi@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.