Ignore:
Timestamp:
Jul 3, 2005, 10:57:18 AM (20 years ago)
Author:
bird
Message:

fixed waitid testcase.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libctests/glibc/posix/tst-waitid.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r2195 r2196  
    397397           || !WIFCONTINUED (fail))
    398398    {
    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));
    400401      RETURN (EXIT_FAILURE);
    401402    }
Note: See TracChangeset for help on using the changeset viewer.