• Arnd Bergmann's avatar
    sparc: fix old compat_sys_select() · bae6428a
    Arnd Bergmann authored
    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>
    bae6428a
syscall.tbl 20.7 KB