linuxulator: add stub arm64 linux_genassym.c

This will be fleshed out in the future but allows us to build the arm64
linuxulator using the same infrastructure as x86.
This commit is contained in:
Ed Maste 2019-09-11 17:29:44 +00:00
parent eff9d7b799
commit 6626e12a62
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=352223

View File

@ -0,0 +1,2 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");