svn commit: r355621 - head/sys/arm/linux

Ed Maste emaste at FreeBSD.org
Wed Dec 11 18:21:35 UTC 2019


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	{


More information about the svn-src-head mailing list