summaryrefslogtreecommitdiffstats
path: root/usr/include/arch/riscv64/klibc/archsignal.h
blob: 560a951247a4662ae26778a3395b94e38c096688 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * 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