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