commit
57152acfc6a8 "Wrap linux specific syscalls 457 (listmount) and
458 (statmount)" added LINXY wrappers for all arches, except for
mips32 where it used LINX_. This was a typo/mistake. Make sure mips32
also uses LINXY wrappers.
Suggested-by: Matthias Schwarzott <zzam@gentoo.org>
LINXY(__NR_cachestat, sys_cachestat), // 451
LINX_(__NR_fchmodat2, sys_fchmodat2), // 452
LINXY(__NR_cachestat, sys_cachestat), // 451
LINX_(__NR_fchmodat2, sys_fchmodat2), // 452
- LINX_(__NR_statmount, sys_statmount), // 457
- LINX_(__NR_listmount, sys_listmount), // 458
+ LINXY(__NR_statmount, sys_statmount), // 457
+ LINXY(__NR_listmount, sys_listmount), // 458
LINX_(__NR_mseal, sys_mseal), // 462
};
LINX_(__NR_mseal, sys_mseal), // 462
};