Since r339624 HEAD does not need for backslashes in syscalls.master,
however to make a merge r345471 to the stable add backslashes to the syscalls.master. MFC after: 3 days
This commit is contained in:
parent
82762c6336
commit
5532ebf392
@ -690,7 +690,7 @@
|
||||
383 AUE_NULL STD { int linux_statx(l_int dirfd, \
|
||||
const char *pathname, l_uint flags, \
|
||||
l_uint mask, void *statxbuf); }
|
||||
384 AUE_NULL STD { int linux_arch_prctl(l_int option,
|
||||
384 AUE_NULL STD { int linux_arch_prctl(l_int option, \
|
||||
l_ulong arg2); }
|
||||
; Linux 4.18:
|
||||
385 AUE_NULL STD { int linux_io_pgetevents(void); }
|
||||
|
@ -698,7 +698,7 @@
|
||||
383 AUE_NULL STD { int linux_statx(l_int dirfd, \
|
||||
const char *pathname, l_uint flags, \
|
||||
l_uint mask, void *statxbuf); }
|
||||
384 AUE_PRCTL STD { int linux_arch_prctl(l_int option,
|
||||
384 AUE_PRCTL STD { int linux_arch_prctl(l_int option, \
|
||||
l_ulong arg2); }
|
||||
; Linux 4.18:
|
||||
385 AUE_NULL STD { int linux_io_pgetevents(void); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user