mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
basic/missing-syscall: add numbers for riscv (64-bit)
This commit is contained in:
@@ -69,6 +69,8 @@ DEF_TEMPLATE_B = '''\
|
||||
# endif
|
||||
# elif defined(__powerpc__)
|
||||
# define systemd_NR_{syscall} {nr_powerpc}
|
||||
# elif defined(__riscv) && defined(__LP64__)
|
||||
# define systemd_NR_{syscall} {nr_riscv64}
|
||||
# elif defined(__s390__)
|
||||
# define systemd_NR_{syscall} {nr_s390}
|
||||
# elif defined(__sparc__)
|
||||
|
||||
Reference in New Issue
Block a user