Date: Thu, 13 Nov 2003 19:21:22 -0800 (PST) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/alpha/gen setjmp.S Message-ID: <200311140321.hAE3LMlo082061@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2003/11/13 19:21:22 PST FreeBSD src repository Modified files: lib/libc/alpha/gen setjmp.S Log: - Use the magic for ___sigreturn in __sigset. - In __sigreturn call sigprocmask() to restore our signal state rather than returning through sigreturn(). jmp to ___sigreturn to restore our register state following this. Requested by: pete Revision Changes Path 1.17 +11 -3 src/lib/libc/alpha/gen/setjmp.S
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311140321.hAE3LMlo082061>