Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2019 18:21:35 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r355621 - head/sys/arm/linux
Message-ID:  <201912111821.xBBILZj9002754@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Wed Dec 11 18:21:35 2019
New Revision: 355621
URL: https://svnweb.freebsd.org/changeset/base/355621

Log:
  arm linuxulator: put syscall type and argument on one line

Modified:
  head/sys/arm/linux/syscalls.master

Modified: head/sys/arm/linux/syscalls.master
==============================================================================
--- head/sys/arm/linux/syscalls.master	Wed Dec 11 17:52:06 2019	(r355620)
+++ head/sys/arm/linux/syscalls.master	Wed Dec 11 18:21:35 2019	(r355621)
@@ -1270,8 +1270,7 @@
 		    const char *msg_ptr,
 		    size_t msg_len,
 		    unsigned int msg_prio,
-		    const struct
-		    l_timespec *abs_timeout
+		    const struct l_timespec *abs_timeout
 		);
 	}
 277	AUE_NULL	STD	{
@@ -1280,8 +1279,7 @@
 		    char *msg_ptr,
 		    size_t msg_len,
 		    unsigned int msg_prio,
-		    const struct
-		    l_timespec *abs_timeout
+		    const struct l_timespec *abs_timeout
 		);
 	}
 278	AUE_NULL	STD	{



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912111821.xBBILZj9002754>