repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ARM: 7409/1: Do not call flush_cache_user_range with mmap_sem held
[linux/fpc-iii.git]
/
arch
/
sh
/
include
/
asm
/
signal.h
blob
9ac530a90bcef1eeec9c14fa4a914ab0953b2f6c
1
#ifndef __ASM_SH_SIGNAL_H
2
#define __ASM_SH_SIGNAL_H
3
4
#define SA_RESTORER 0x04000000
5
6
#include <asm-generic/signal.h>
7
8
struct
old_sigaction
{
9
__sighandler_t sa_handler
;
10
old_sigset_t sa_mask
;
11
unsigned long
sa_flags
;
12
void
(*
sa_restorer
)(
void
);
13
};
14
15
#endif
/* __ASM_SH_SIGNAL_H */