svn commit: r352223 - head/sys/arm64/linux

Ed Maste emaste at FreeBSD.org
Wed Sep 11 17:29:45 UTC 2019


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$");


More information about the svn-src-head mailing list