Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Dec 2001 19:44:57 -0800 (PST)
From:      Daniel Eischen <deischen@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/alpha/gen setjmp.S
Message-ID:  <200112100344.fBA3iv818980@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
deischen    2001/12/09 19:44:57 PST

  Modified files:        (Branch: RELENG_4)
    lib/libc/alpha/gen   setjmp.S 
  Log:
  Change sigreturn from a protected syscall to a normal syscall.  When
  the wrapping for sigreturn in libc_r was removed, the alpha bits for
  libc were overlooked and still had a reference to the wrapped version
  of sigreturn (_thread_sys_sigreturn).  libc_r has been totally broken
  for alpha since then.
  
  This change does not apply to -current.
  
  Reported by:            Bernd Walter <ticso@cicely8.cicely.de>
  
  Revision  Changes    Path
  1.11.2.1  +2 -2      src/lib/libc/alpha/gen/setjmp.S

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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