]> xenbits.xensource.com Git - freebsd.git/commitdiff
linuxulator: add stub arm64 linux_genassym.c
authoremaste <emaste@FreeBSD.org>
Wed, 11 Sep 2019 17:29:44 +0000 (17:29 +0000)
committeremaste <emaste@FreeBSD.org>
Wed, 11 Sep 2019 17:29:44 +0000 (17:29 +0000)
This will be fleshed out in the future but allows us to build the arm64
linuxulator using the same infrastructure as x86.

sys/arm64/linux/linux_genassym.c [new file with mode: 0644]

diff --git a/sys/arm64/linux/linux_genassym.c b/sys/arm64/linux/linux_genassym.c
new file mode 100644 (file)
index 0000000..661f8c9
--- /dev/null
@@ -0,0 +1,2 @@
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");