Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 May 2003 23:25:03 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/amd64/gen setjmp.S sigsetjmp.S
Message-ID:  <200305080625.h486P3Hq007813@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2003/05/07 23:25:03 PDT

  FreeBSD src repository

  Modified files:
    lib/libc/amd64/gen   setjmp.S sigsetjmp.S 
  Log:
  Fix an embarresing transcription error from i386 to amd64.  Put the arguments
  to sigprocmask(2) int the correct order. *blush*.
  For sigsetjmp(), match up the pushq/popq in the non-savemask case.
  
  Revision  Changes    Path
  1.24      +4 -4      src/lib/libc/amd64/gen/setjmp.S
  1.26      +8 -9      src/lib/libc/amd64/gen/sigsetjmp.S



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