Skip to content
Commit bae6428a authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

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: default avatarArnd Bergmann <arnd@arndb.de>
parent d3882564
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment