| /* | |
| * Intel i386 sigcode for bsd-user | |
| * | |
| * Copyright (c) 2013 Stacey D. Son | |
| * | |
| * SPDX-License-Identifier: GPL-2.0-or-later | |
| */ | |
| #ifndef TARGET_ARCH_SIGTRAMP_H | |
| #define TARGET_ARCH_SIGTRAMP_H | |
| static inline abi_long setup_sigtramp(abi_ulong offset, unsigned sigf_uc, | |
| unsigned sys_sigreturn) | |
| { | |
| return 0; | |
| } | |
| #endif /* TARGET_ARCH_SIGTRAMP_H */ |