arm linuxulator: put syscall type and argument on one line

This commit is contained in:
Ed Maste 2019-12-11 18:21:35 +00:00
parent 09019cc0fc
commit ca2c3dea28
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=355621

View File

@ -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 {