~ubuntu-branches/ubuntu/saucy/strace/saucy

« back to all changes in this revision

Viewing changes to process.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-28 11:23:54 UTC
  • mfrom: (0.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060628112354-dq08nbhspphr8p8l
Tags: 4.5.14-1ubuntu1
Merge from debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35
35
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36
36
 *
37
 
 *      $Id: process.c,v 1.97 2005/06/08 20:45:28 roland Exp $
 
37
 *      $Id: process.c,v 1.98 2005/08/03 11:23:43 roland Exp $
38
38
 */
39
39
 
40
40
#include "defs.h"
1988
1988
                                            (tcp->flags & TCB_CLONE_THREAD)
1989
1989
                                            ? tcp->parent :
1990
1990
#endif
1991
 
                                            tcp))
 
1991
                                            tcp) ||
 
1992
                                    (child->flags & TCB_EXITING))
1992
1993
                                        return 0;
1993
1994
                        }
1994
1995
                        tcp->flags |= TCB_SUSPENDED;