sparc: reserve more space for new syscalls
Move socket subcalls further down the table to make room for new syscalls. * linux/sparc/syscallent.h (SYS_socket_subcall): Raise from 353 to 400.
This commit is contained in:
parent
b070229f56
commit
a1982b404b
@ -349,7 +349,7 @@
|
||||
[348] = { 2, TD, SEN(memfd_create), "memfd_create", },
|
||||
[349] = { 3, TD, SEN(bpf), "bpf", },
|
||||
[350] = { 5, TD|TF|TP|SE|SI, SEN(execveat), "execveat", },
|
||||
[351 ... 352] = { },
|
||||
[351 ... 399] = { },
|
||||
|
||||
#define SYS_socket_subcall 353
|
||||
#define SYS_socket_subcall 400
|
||||
#include "subcall.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user