Author: emaste
Date: Wed Sep 11 17:29:44 2019
New Revision: 352223
URL: https://svnweb.freebsd.org/changeset/base/352223

Log:
  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.

Added:
  head/sys/arm64/linux/linux_genassym.c   (contents, props changed)

Added: head/sys/arm64/linux/linux_genassym.c
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/sys/arm64/linux/linux_genassym.c       Wed Sep 11 17:29:44 2019        
(r352223)
@@ -0,0 +1,2 @@
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to