blob: 5b9d40974a9e05d705f6664cbfdbc2a3e7eeb5d2 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#ifndef OPENRISC_TARGET_SIGNAL_H
#define OPENRISC_TARGET_SIGNAL_H
#include "../generic/signal.h"
#define TARGET_ARCH_HAS_SIGTRAMP_PAGE 1
#endif /* OPENRISC_TARGET_SIGNAL_H */
|