mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 15:40:53 +07:00
[PARISC] Use symbolic last syscall in __NR_Linux_syscalls
Hopefully will prevent people from forgetting to update this... Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
This commit is contained in:
parent
2ed0e24359
commit
1055a8af09
@ -793,7 +793,7 @@
|
||||
#define __NR_statfs64 (__NR_Linux + 298)
|
||||
#define __NR_fstatfs64 (__NR_Linux + 299)
|
||||
|
||||
#define __NR_Linux_syscalls 300
|
||||
#define __NR_Linux_syscalls (__NR_fstatfs64 + 1)
|
||||
|
||||
#define HPUX_GATEWAY_ADDR 0xC0000004
|
||||
#define LINUX_GATEWAY_ADDR 0x100
|
||||
|
Loading…
Reference in New Issue
Block a user