fix a trivial typo miss

Signed-off-by: DAN LI <[email protected]>
---
 .../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
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to