Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Aug 2003 15:20:41 -0700 (PDT)
From:      David Xu <davidxu@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libpthread/thread thr_fork.c
Message-ID:  <200308102220.h7AMKgY6065581@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidxu     2003/08/10 15:20:41 PDT

  FreeBSD src repository

  Modified files:
    lib/libpthread/thread thr_fork.c 
  Log:
  If thread mode is not activated yet, just call __sys_fork() directly,
  otherwise masks all signals until fork() returns, in child process,
  we reset library state before restoring signal masks until we reach
  a safe to point.
  
  Reviewed by: deischen
  
  Revision  Changes    Path
  1.31      +22 -1     src/lib/libpthread/thread/thr_fork.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308102220.h7AMKgY6065581>