OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
arch
/
nios2
/
include
/
uapi
/
asm
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:16 AM
rwxr-xr-x
📄
Kbuild
682 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
byteorder.h
800 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
elf.h
1.83 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
ptrace.h
1.77 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
sigcontext.h
876 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
signal.h
885 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
swab.h
995 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
unistd.h
989 bytes
01/28/2018 09:20:33 PM
rw-r--r--
Editing: signal.h
Close
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * Copyright Altera Corporation (C) 2013. All rights reserved * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. * * This program is distributed in the hope it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * more details. * * You should have received a copy of the GNU General Public License along with * this program. If not, see <http://www.gnu.org/licenses/>. * */ #ifndef _ASM_NIOS2_SIGNAL_H #define _ASM_NIOS2_SIGNAL_H #define SA_RESTORER 0x04000000 #include <asm-generic/signal.h> #endif /* _ASM_NIOS2_SIGNAL_H */