summaryrefslogtreecommitdiffstats
path: root/bsd-user/freebsd/target_os_signal.h
diff options
context:
space:
mode:
authorWarner Losh2021-09-22 01:40:23 +0200
committerWarner Losh2021-10-18 20:51:39 +0200
commitf4a29b6ed29360cf556851c82875a2b782adb5ed (patch)
tree8dac85adf1c7ced2ccf10f1b19e2a6543ee32fbd /bsd-user/freebsd/target_os_signal.h
parentbsd-user/errno_defs.h: Add internal error numbers (diff)
downloadqemu-f4a29b6ed29360cf556851c82875a2b782adb5ed.tar.gz
qemu-f4a29b6ed29360cf556851c82875a2b782adb5ed.tar.xz
qemu-f4a29b6ed29360cf556851c82875a2b782adb5ed.zip
bsd-user: move TARGET_MC_GET_CLEAR_RET to target_os_signal.h
Move TARGET_MC_GET_CLEAR_RET to freebsd/target_os_signal.h since it's architecture agnostic on FreeBSD. Signed-off-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Kyle Evans <kevans@FreeBSD.org>
Diffstat (limited to 'bsd-user/freebsd/target_os_signal.h')
-rw-r--r--bsd-user/freebsd/target_os_signal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bsd-user/freebsd/target_os_signal.h b/bsd-user/freebsd/target_os_signal.h
index 3ed454e086..1a4c5faf19 100644
--- a/bsd-user/freebsd/target_os_signal.h
+++ b/bsd-user/freebsd/target_os_signal.h
@@ -1,6 +1,9 @@
#ifndef _TARGET_OS_SIGNAL_H_
#define _TARGET_OS_SIGNAL_H_
+/* FreeBSD's sys/ucontext.h defines this */
+#define TARGET_MC_GET_CLEAR_RET 0x0001
+
#include "target_os_siginfo.h"
#include "target_arch_signal.h"