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:
Dmitry Chagin 2019-04-23 18:10:46 +00:00
parent e8de0c3bda
commit c034ecf316
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=346603
2 changed files with 2 additions and 2 deletions

View file

@ -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); }

View file

@ -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); }