Deleted Added
full compact
signal.h (66458) signal.h (66633)
1/* $FreeBSD: head/sys/ia64/include/signal.h 66458 2000-09-29 13:46:07Z dfr $ */
1/* $FreeBSD: head/sys/ia64/include/signal.h 66633 2000-10-04 17:53:03Z dfr $ */
2/* From: NetBSD: signal.h,v 1.3 1997/04/06 08:47:43 cgd Exp */
3
4/*
5 * Copyright (c) 1994, 1995 Carnegie-Mellon University.
6 * All rights reserved.
7 *
8 * Author: Chris G. Demetriou
9 *

--- 20 unchanged lines hidden (view full) ---

30
31#ifndef _MACHINE_SIGNAL_H_
32#define _MACHINE_SIGNAL_H_
33
34typedef long sig_atomic_t;
35
36#ifndef _ANSI_SOURCE
37
2/* From: NetBSD: signal.h,v 1.3 1997/04/06 08:47:43 cgd Exp */
3
4/*
5 * Copyright (c) 1994, 1995 Carnegie-Mellon University.
6 * All rights reserved.
7 *
8 * Author: Chris G. Demetriou
9 *

--- 20 unchanged lines hidden (view full) ---

30
31#ifndef _MACHINE_SIGNAL_H_
32#define _MACHINE_SIGNAL_H_
33
34typedef long sig_atomic_t;
35
36#ifndef _ANSI_SOURCE
37
38#ifndef _IA64_FPREG_DEFINED
39
40struct ia64_fpreg {
41 unsigned long fpr_bits[2];
42} __attribute__ ((aligned (16)));
43
44#define _IA64_FPREG_DEFINED
45
46#endif
47
38/*
39 * Information pushed on stack when a signal is delivered.
40 * This is used by the kernel to restore state following
41 * execution of the signal handler. It is also made available
42 * to the handler to allow it to restore state properly if
43 * a non-standard exit is performed.
44 *
45 * Note that sc_regs[] and sc_fpregs[]+sc_fpcr are inline

--- 32 unchanged lines hidden ---
48/*
49 * Information pushed on stack when a signal is delivered.
50 * This is used by the kernel to restore state following
51 * execution of the signal handler. It is also made available
52 * to the handler to allow it to restore state properly if
53 * a non-standard exit is performed.
54 *
55 * Note that sc_regs[] and sc_fpregs[]+sc_fpcr are inline

--- 32 unchanged lines hidden ---