Deleted Added
full compact
signal.h (227399) signal.h (230765)
1/*-
2 * Copyright (c) 2003 Peter Wemm.
3 * Copyright (c) 1986, 1989, 1991, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

23 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 * SUCH DAMAGE.
29 *
30 * @(#)signal.h 8.1 (Berkeley) 6/11/93
1/*-
2 * Copyright (c) 2003 Peter Wemm.
3 * Copyright (c) 1986, 1989, 1991, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

23 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 * SUCH DAMAGE.
29 *
30 * @(#)signal.h 8.1 (Berkeley) 6/11/93
31 * $FreeBSD: head/sys/amd64/include/signal.h 227399 2011-11-09 18:25:50Z kib $
31 * $FreeBSD: head/sys/amd64/include/signal.h 230765 2012-01-30 07:51:52Z kib $
32 */
33
34#ifndef _MACHINE_SIGNAL_H_
35#define _MACHINE_SIGNAL_H_
36
37#include <sys/cdefs.h>
38#include <sys/_sigset.h>
39

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

94 */
95 long sc_fpformat;
96 long sc_ownedfp;
97 long sc_fpstate[64] __aligned(16);
98
99 long sc_fsbase;
100 long sc_gsbase;
101
32 */
33
34#ifndef _MACHINE_SIGNAL_H_
35#define _MACHINE_SIGNAL_H_
36
37#include <sys/cdefs.h>
38#include <sys/_sigset.h>
39

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

94 */
95 long sc_fpformat;
96 long sc_ownedfp;
97 long sc_fpstate[64] __aligned(16);
98
99 long sc_fsbase;
100 long sc_gsbase;
101
102 long sc_spare[6];
102 long sc_xfpustate;
103 long sc_xfpustate_len;
104
105 long sc_spare[4];
103};
104#endif /* __BSD_VISIBLE */
105
106#endif /* !_MACHINE_SIGNAL_H_ */
106};
107#endif /* __BSD_VISIBLE */
108
109#endif /* !_MACHINE_SIGNAL_H_ */