summaryrefslogtreecommitdiff
path: root/tools/include
diff options
context:
space:
mode:
authorHeiko Carstens <hca@linux.ibm.com>2025-11-10 19:54:35 +0100
committerHeiko Carstens <hca@linux.ibm.com>2025-11-17 11:10:38 +0100
commit7afb095df3e3c2f0d2f27d2d27bbe574ca9479f0 (patch)
tree42febce525fe2953b93bb6e776581c459a3226fa /tools/include
parentb2da5f6400b458659c4d3fc90d27c2da42435169 (diff)
s390/syscalls: Add pt_regs parameter to SYSCALL_DEFINE0() syscall wrapper
All system call wrappers should match the sys_call_ptr_t type. This is not the case for system calls without parameters. Add the missing pt_regs parameter there too. Note: this is currently not a problem, since the parameter is unused. However it prevents to create a correctly typed system call table in C. With the current assembler implementation this works because of missing type checking. Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'tools/include')
0 files changed, 0 insertions, 0 deletions