Date: Sun, 17 Feb 2002 09:40:35 -0800 (PST) From: Daniel Eischen <deischen@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c src/sys/alpha/include sigframe.h signal.h src/sys/i386/i386 genassym.c machdep.c src/sys/i386/include sigframe.h signal.h src/sys/sys signal.h signalvar.h Message-ID: <200202171740.g1HHeZa40200@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
deischen 2002/02/17 09:40:35 PST Modified files: sys/alpha/alpha machdep.c sys/alpha/include sigframe.h signal.h sys/i386/i386 genassym.c machdep.c sys/i386/include sigframe.h signal.h sys/sys signal.h signalvar.h Log: Use struct __ucontext in prototypes and associated functions instead of ucontext_t. Forward declare struct __ucontext in <sys/signal.h> and remove reliance on <sys/ucontext.h> being included. While I'm here, also hide osigcontext types from userland; suggested by bde. Namespace pollution noticed by: Kevin Day <toasty@shell.dragondata.com> Revision Changes Path 1.164 +2 -1 src/sys/alpha/alpha/machdep.c 1.3 +6 -4 src/sys/alpha/include/sigframe.h 1.8 +6 -1 src/sys/alpha/include/signal.h 1.121 +1 -0 src/sys/i386/i386/genassym.c 1.497 +2 -1 src/sys/i386/i386/machdep.c 1.7 +3 -2 src/sys/i386/include/sigframe.h 1.15 +6 -1 src/sys/i386/include/signal.h 1.29 +5 -2 src/sys/sys/signal.h 1.46 +3 -1 src/sys/sys/signalvar.h 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?200202171740.g1HHeZa40200>