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