Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
bwh
/
klibc
/
9bfe94c405b6ae3f7a5c04c0d4cd539867ad2b85
/
.
/
usr
/
include
/
arch
/
riscv64
/
klibc
/
archsignal.h
blob: 560a951247a4662ae26778a3395b94e38c096688 [
file
] [
log
] [
blame
]
/*
* arch/riscv/include/klibc/archsignal.h
*
* Architecture-specific signal definitions
*
*/
#ifndef
_KLIBC_ARCHSIGNAL_H
#define
_KLIBC_ARCHSIGNAL_H
#include
<asm/signal.h>
/* No special stuff for this architecture */
#endif