public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP]  [PATCH] pthread_kill/1-2.c: fix a trivial typo miss
@ 2013-02-26  8:25 DAN LI
  2013-02-26  8:48 ` Wanlong Gao
  0 siblings, 1 reply; 2+ messages in thread
From: DAN LI @ 2013-02-26  8:25 UTC (permalink / raw)
  To: LTP list


fix a trivial typo miss

Signed-off-by: DAN LI <li.dan@cn.fujitsu.com>
---
 .../open_posix_testsuite/conformance/interfaces/pthread_kill/1-2.c      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/1-2.c
b/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/1-2.c
index 3876bd1..cad281e 100644
--- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/1-2.c
+++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/1-2.c
@@ -127,7 +127,7 @@ int main(int argc, char *argv[])
 		UNRESOLVED(ret, "Failed to empty signal set");
 	}

-	sigaction(SIGUSR2, &sa, 0);
+	ret = sigaction(SIGUSR2, &sa, 0);

 	if (ret != 0) {
 		UNRESOLVED(ret, "Failed to set signal handler");
-- 
1.7.12

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [LTP] [PATCH] pthread_kill/1-2.c: fix a trivial typo miss
  2013-02-26  8:25 [LTP] [PATCH] pthread_kill/1-2.c: fix a trivial typo miss DAN LI
@ 2013-02-26  8:48 ` Wanlong Gao
  0 siblings, 0 replies; 2+ messages in thread
From: Wanlong Gao @ 2013-02-26  8:48 UTC (permalink / raw)
  To: DAN LI; +Cc: LTP list

On 02/26/2013 04:25 PM, DAN LI wrote:
> 
> fix a trivial typo miss
> 
> Signed-off-by: DAN LI <li.dan@cn.fujitsu.com>

Applied, thanks.

Wanlong Gao


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-02-26  8:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-26  8:25 [LTP] [PATCH] pthread_kill/1-2.c: fix a trivial typo miss DAN LI
2013-02-26  8:48 ` Wanlong Gao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox