Date: Thu, 4 Nov 1999 15:23:15 -0800 (PST) From: Alan Cox <alc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c Message-ID: <199911042323.PAA74608@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 1999/11/04 15:23:14 PST Modified files: sys/alpha/alpha machdep.c Log: Remove an unnecessary alignment check from osigreturn and sigreturn. (The data is copyin()'ed to a properly aligned buffer.) Return EFAULT rather than EINVAL if the sigcontext is inaccessible, as specified by the documentation. Submitted by: bde Revision Changes Path 1.63 +3 -8 src/sys/alpha/alpha/machdep.c 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?199911042323.PAA74608>