Revision a04e134a linux-user/qemu.h

b/linux-user/qemu.h
9 9

  
10 10
#include "cpu.h"
11 11
#include "syscall.h"
12
#include "target_signal.h"
12 13
#include "gdbstub.h"
13 14

  
14 15
/* This struct is used to hold certain information about the image.
......
149 150
void target_to_host_siginfo(siginfo_t *info, const target_siginfo_t *tinfo);
150 151
long do_sigreturn(CPUState *env);
151 152
long do_rt_sigreturn(CPUState *env);
153
int do_sigaltstack(const struct target_sigaltstack *uss,
154
                   struct target_sigaltstack *uoss,
155
                   target_ulong sp);
152 156

  
153 157
#ifdef TARGET_I386
154 158
/* vm86.c */

Also available in: Unified diff