Remove obsolete undef of COPY_SIGCODE. It appears to have not been

used in FreeBSD in quite some time (maybe since before 4.4-lite :)

Submitted by:	bde
This commit is contained in:
Warner Losh 2010-07-13 15:06:13 +00:00
parent 5a6cada275
commit 1003cfe94d
2 changed files with 0 additions and 12 deletions

View File

@ -43,12 +43,6 @@
#include <machine/frame.h>
#include <machine/segments.h>
/*
* definitions of cpu-dependent requirements
* referenced in generic code
*/
#undef COPY_SIGCODE /* don't copy sigcode above user stack in exec */
#define cpu_exec(p) /* nothing */
#define cpu_swapin(p) /* nothing */
#define cpu_getstack(td) ((td)->td_frame->tf_rsp)

View File

@ -43,12 +43,6 @@
#include <machine/frame.h>
#include <machine/segments.h>
/*
* definitions of cpu-dependent requirements
* referenced in generic code
*/
#undef COPY_SIGCODE /* don't copy sigcode above user stack in exec */
#define cpu_exec(p) /* nothing */
#define cpu_swapin(p) /* nothing */
#define cpu_getstack(td) ((td)->td_frame->tf_esp)