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 {
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"