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:
parent
5a6cada275
commit
1003cfe94d
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user