Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jun 2004 21:46:36 +0000 (UTC)
From:      David Xu <davidxu@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/amd64/gen signalcontext.c
Message-ID:  <200406152146.i5FLkaaG086360@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidxu     2004-06-15 21:46:36 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/amd64/gen   signalcontext.c 
  Log:
  Avoid to touch red zone, in libpthread, ucontext may be saved by kernel's
  get_mcontext, and libpthread will use signalcontext to deliver signal in
  userland, it looks same as kernel's send_sig does.
  
  Reviewed by: deischen, tjr
  
  Revision  Changes    Path
  1.4       +1 -1      src/lib/libc/amd64/gen/signalcontext.c



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