repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
coroutine: Rename qemu_coroutine_inc/dec_pool_size()
[qemu.git]
/
bsd-user
/
elfcore.c
blob
c49d9280e2dadc3a0c7ac20dbc26a81a6f6799f8
1
/* Stubbed out version of core dump support, explicitly in public domain */
2
3
static int
elf_core_dump
(
int
signr
,
CPUArchState
*
env
)
4
{
5
struct
elf_note en
= {
0
};
6
7
bswap_note
(&
en
);
8
9
return
0
;
10
}