sparc: fix old compat_sys_select()
sparc has two identical select syscalls at numbers 93 and 230, respectively. During the conversion to the modern syscall.tbl format, the older one of the two broke in compat mode, and now refers to the native 64-bit syscall. Restore the correct behavior. This has very little effect, as glibc has been using the newer number anyway. Fixes: 6ff645dd ("sparc: add system call table generation support") Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Showing
Please register or sign in to comment