summary refs log tree commit diff stats
path: root/bsd-user/qemu.h
diff options
context:
space:
mode:
authorStacey Son <sson@FreeBSD.org>2023-09-25 21:24:17 +0300
committerWarner Losh <imp@bsdimp.com>2023-10-03 17:14:06 -0600
commit8632729060bf840560215c91c8611bd6769deff9 (patch)
tree20acf8578f3c0bc01381523feac3a4dc26f352ec /bsd-user/qemu.h
parent84d41c5e6dc69be9b3e0fb8ad5f1ff2007e0e8a1 (diff)
downloadfocaccia-qemu-8632729060bf840560215c91c8611bd6769deff9.tar.gz
focaccia-qemu-8632729060bf840560215c91c8611bd6769deff9.zip
bsd-user: Implement freebsd_exec_common, used in implementing execve/fexecve.
Signed-off-by: Stacey Son <sson@FreeBSD.org>
Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com>
Reviewed-by: Warner Losh <imp@bsdimp.com>
Message-Id: <20230925182425.3163-21-kariem.taha2.7@gmail.com>
Diffstat (limited to 'bsd-user/qemu.h')
-rw-r--r--bsd-user/qemu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h
index 41c7bd31d3..6047805ae3 100644
--- a/bsd-user/qemu.h
+++ b/bsd-user/qemu.h
@@ -111,6 +111,7 @@ typedef struct TaskState {
 } __attribute__((aligned(16))) TaskState;
 
 void stop_all_tasks(void);
+extern const char *interp_prefix;
 extern const char *qemu_uname_release;
 
 /*