repo.or.cz
/
qemu
/
rayw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'qemu-macppc-20230206' of https://github.com/mcayland/qemu into staging
[qemu/rayw.git]
/
linux-user
/
s390x
/
target_signal.h
blob
41e0e34a55d754dab0add6ec7d602093133d09ce
1
#ifndef S390X_TARGET_SIGNAL_H
2
#define S390X_TARGET_SIGNAL_H
3
4
#include
"../generic/signal.h"
5
6
#define TARGET_ARCH_HAS_SETUP_FRAME
7
#define TARGET_ARCH_HAS_SIGTRAMP_PAGE 1
8
9
#endif
/* S390X_TARGET_SIGNAL_H */