From ca2c3dea28b5884fa2962fee29645ac783d55f95 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 11 Dec 2019 18:21:35 +0000 Subject: [PATCH] arm linuxulator: put syscall type and argument on one line --- sys/arm/linux/syscalls.master | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sys/arm/linux/syscalls.master b/sys/arm/linux/syscalls.master index 3debae98a284..963152587bce 100644 --- a/sys/arm/linux/syscalls.master +++ b/sys/arm/linux/syscalls.master @@ -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 {