signal_o32.c (0898782247ae533d1f4e47a06bc5d4870931b284) signal_o32.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.

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

14#include <linux/sched/signal.h>
15#include <linux/uaccess.h>
16
17#include <asm/abi.h>
18#include <asm/compat-signal.h>
19#include <asm/dsp.h>
20#include <asm/sim.h>
21#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.

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

14#include <linux/sched/signal.h>
15#include <linux/uaccess.h>
16
17#include <asm/abi.h>
18#include <asm/compat-signal.h>
19#include <asm/dsp.h>
20#include <asm/sim.h>
21#include <asm/unistd.h>
22#include <asm/syscalls.h>
22
23#include "signal-common.h"
24
25/*
26 * Including <asm/unistd.h> would give use the 64-bit syscall numbers ...
27 */
28#define __NR_O32_restart_syscall 4253
29

--- 261 unchanged lines hidden ---
23
24#include "signal-common.h"
25
26/*
27 * Including <asm/unistd.h> would give use the 64-bit syscall numbers ...
28 */
29#define __NR_O32_restart_syscall 4253
30

--- 261 unchanged lines hidden ---