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:
emaste 2019-09-11 17:29:44 +00:00
parent bc0ee42672
commit 22e36b3874

View File

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