1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

struct ia64_fpreg needs to be available outside of the kernel for

struct sigcontext.

Pointy hat to: mike
This commit is contained in:
Mike Barcroft 2002-10-13 15:30:17 +00:00
parent b7509f1502
commit 795b630655
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105049

View File

@ -58,8 +58,7 @@ typedef long sig_atomic_t;
#define MINSIGSTKSZ (3072 * 4)
#endif
#ifdef _KERNEL
#if __BSD_VISIBLE
#ifndef _IA64_FPREG_DEFINED
struct ia64_fpreg {
@ -69,6 +68,9 @@ struct ia64_fpreg {
#define _IA64_FPREG_DEFINED
#endif
#endif
#ifdef _KERNEL
/*
* Information pushed on stack when a signal is delivered.