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
WIP FPC-III support
[linux/fpc-iii.git]
/
arch
/
x86
/
um
/
shared
/
sysdep
/
stub.h
blob
ce0ca46ad383c5aec4f5a22a05ffedc2b3770049
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#include <asm/unistd.h>
3
#include <sys/mman.h>
4
#include <signal.h>
5
#include <as-layout.h>
6
#include <stub-data.h>
7
8
#ifdef __i386__
9
#include
"stub_32.h"
10
#else
11
#include
"stub_64.h"
12
#endif
13
14
extern
void
stub_segv_handler
(
int
,
siginfo_t
*,
void
*);
15
extern
void
stub_clone_handler
(
void
);