s390: wire up s390_guarded_storage syscall
* linux/s390/syscallent.h [378]: Add s390_guarded_storage entry. * linux/s390x/syscallent.h: Likewise.
This commit is contained in:
parent
194a8bc7fa
commit
5634008d6e
@ -407,7 +407,7 @@
|
||||
[375] = { 6, TD, SEN(copy_file_range), "copy_file_range" },
|
||||
[376] = { 6, TD, SEN(preadv2), "preadv2" },
|
||||
[377] = { 6, TD, SEN(pwritev2), "pwritev2" },
|
||||
[378] = { },
|
||||
[378] = { 2, 0, SEN(printargs), "s390_guarded_storage" },
|
||||
[379] = { 5, TD|TF|TSTA, SEN(statx), "statx" },
|
||||
|
||||
#define SYS_socket_subcall 400
|
||||
|
@ -391,7 +391,7 @@
|
||||
[375] = { 6, TD, SEN(copy_file_range), "copy_file_range" },
|
||||
[376] = { 6, TD, SEN(preadv2), "preadv2" },
|
||||
[377] = { 6, TD, SEN(pwritev2), "pwritev2" },
|
||||
[378] = { },
|
||||
[378] = { 2, 0, SEN(printargs), "s390_guarded_storage" },
|
||||
[379] = { 5, TD|TF|TSTA, SEN(statx), "statx" },
|
||||
|
||||
#define SYS_socket_subcall 400
|
||||
|
Loading…
Reference in New Issue
Block a user