Changeset 2196 for trunk/src/libctests/glibc/posix/tst-waitid.c
- Timestamp:
- Jul 3, 2005, 10:57:18 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libctests/glibc/posix/tst-waitid.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r2195 r2196 397 397 || !WIFCONTINUED (fail)) 398 398 { 399 printf ("waitpid WCONTINUED on continued: status %x\n", fail); 399 printf ("waitpid WCONTINUED on continued: status %x (stopped=%d,signaled=%d,exited=%d,continued=%d)\n", 400 fail, WIFSTOPPED (fail), WIFSIGNALED (fail), WIFEXITED (fail), WIFCONTINUED (fail)); 400 401 RETURN (EXIT_FAILURE); 401 402 } -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.