diff options
Diffstat (limited to 'sys/alpha/linux/linux.h')
-rw-r--r-- | sys/alpha/linux/linux.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/alpha/linux/linux.h b/sys/alpha/linux/linux.h index 20175ea..d62bd62 100644 --- a/sys/alpha/linux/linux.h +++ b/sys/alpha/linux/linux.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux.h,v 1.8 1996/03/10 22:30:52 peter Exp $ + * $Id: linux.h,v 1.9 1996/10/15 19:22:29 bde Exp $ */ #ifndef _I386_LINUX_LINUX_H_ @@ -96,7 +96,7 @@ struct linux_sigcontext { struct linux_sigframe { int sf_sig; struct linux_sigcontext sf_sc; - sig_t sf_handler; + void (*sf_handler)(int); }; extern int bsd_to_linux_errno[]; @@ -522,5 +522,4 @@ struct trapframe; #define LINUX_ASYNC_CALLOUT_NOHUP 0x0400 #define LINUX_ASYNC_FLAGS 0x0FFF - #endif /* !_I386_LINUX_LINUX_H_ */ |