On 8/7/21 11:42 AM, Warner Losh wrote:
From: Warner Losh<[email protected]>
Add a stubbed out version of setup_sigtramp. This is not yet used for
x86, but is used for other architectures. This will be connected in
future commits.
Signed-off-by: Stacey Son<[email protected]>
Signed-off-by: Warner Losh<[email protected]>
---
bsd-user/i386/target_arch_sigtramp.h | 29 ++++++++++++++++++++++++++
bsd-user/x86_64/target_arch_sigtramp.h | 29 ++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
create mode 100644 bsd-user/i386/target_arch_sigtramp.h
create mode 100644 bsd-user/x86_64/target_arch_sigtramp.h
Reviewed-by: Richard Henderson <[email protected]>
r~