diff options
| author | Stacey Son <sson@FreeBSD.org> | 2023-09-25 21:26:57 +0300 |
|---|---|---|
| committer | Warner Losh <imp@bsdimp.com> | 2023-10-03 17:14:07 -0600 |
| commit | 6765e988e12825e9464a10b6451aeb25b29bfbc3 (patch) | |
| tree | 3a97c03655b1a3272d56a6a7e38bd0d1d464a779 /bsd-user/freebsd/os-syscall.c | |
| parent | bd2b73182f5a793c1b226a2846c847faaa7b3e9d (diff) | |
| download | focaccia-qemu-6765e988e12825e9464a10b6451aeb25b29bfbc3.tar.gz focaccia-qemu-6765e988e12825e9464a10b6451aeb25b29bfbc3.zip | |
bsd-user: Introduce bsd-mem.h to the source tree
Preserve the copyright notice and help with the 'Author' info for subsequent changes to the file. 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> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230925182709.4834-12-kariem.taha2.7@gmail.com>
Diffstat (limited to 'bsd-user/freebsd/os-syscall.c')
| -rw-r--r-- | bsd-user/freebsd/os-syscall.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bsd-user/freebsd/os-syscall.c b/bsd-user/freebsd/os-syscall.c index c9d34b59bb..7887ad4c0c 100644 --- a/bsd-user/freebsd/os-syscall.c +++ b/bsd-user/freebsd/os-syscall.c @@ -35,6 +35,7 @@ /* BSD independent syscall shims */ #include "bsd-file.h" +#include "bsd-mem.h" #include "bsd-proc.h" /* BSD dependent syscall shims */ |