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: mmp: fix potential NULL dereference
[linux/fpc-iii.git]
/
arch
/
x86
/
um
/
shared
/
sysdep
/
stub.h
blob
bd161e300102c7a37cd8d6f9892ce3947fe62cc7
1
#include <asm/unistd.h>
2
#include <sys/mman.h>
3
#include <signal.h>
4
#include
"as-layout.h"
5
#include
"stub-data.h"
6
7
#ifdef __i386__
8
#include
"stub_32.h"
9
#else
10
#include
"stub_64.h"
11
#endif
12
13
extern
void
stub_segv_handler
(
int
,
siginfo_t
*,
void
*);
14
extern
void
stub_clone_handler
(
void
);