signal32.c (597473720f4dc69749542bfcfed4a927a43d935e) signal32.c (be018aaa158ad5155f21a85faf3865cb0a379d09)
1/*
2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
4 * for more details.
5 *
6 * Copyright (C) 1991, 1992 Linus Torvalds
7 * Copyright (C) 1994 - 2000, 2006 Ralf Baechle
8 * Copyright (C) 1999, 2000 Silicon Graphics, Inc.

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

13#include <linux/errno.h>
14#include <linux/kernel.h>
15#include <linux/signal.h>
16#include <linux/syscalls.h>
17
18#include <asm/compat-signal.h>
19#include <linux/uaccess.h>
20#include <asm/unistd.h>
1/*
2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
4 * for more details.
5 *
6 * Copyright (C) 1991, 1992 Linus Torvalds
7 * Copyright (C) 1994 - 2000, 2006 Ralf Baechle
8 * Copyright (C) 1999, 2000 Silicon Graphics, Inc.

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

13#include <linux/errno.h>
14#include <linux/kernel.h>
15#include <linux/signal.h>
16#include <linux/syscalls.h>
17
18#include <asm/compat-signal.h>
19#include <linux/uaccess.h>
20#include <asm/unistd.h>
21#include <asm/syscalls.h>
21
22#include "signal-common.h"
23
24/* 32-bit compatibility types */
25
26typedef unsigned int __sighandler32_t;
27typedef void (*vfptr_t)(void);
28

--- 50 unchanged lines hidden ---
22
23#include "signal-common.h"
24
25/* 32-bit compatibility types */
26
27typedef unsigned int __sighandler32_t;
28typedef void (*vfptr_t)(void);
29

--- 50 unchanged lines hidden ---