| Index: fusl/arch/x32/bits/syscall.h
|
| diff --git a/fusl/arch/x32/bits/syscall.h b/fusl/arch/x32/bits/syscall.h
|
| index 4a1099d38b630f1d61e6786c113f18673ccc21e4..b972451cc634c13bb7dfce20bde1f78880500d8d 100644
|
| --- a/fusl/arch/x32/bits/syscall.h
|
| +++ b/fusl/arch/x32/bits/syscall.h
|
| @@ -1,4 +1,4 @@
|
| -#define __X32_SYSCALL_BIT 0x40000000
|
| +#define __X32_SYSCALL_BIT 0x40000000
|
| #define __NR_read (__X32_SYSCALL_BIT + 0)
|
| #define __NR_write (__X32_SYSCALL_BIT + 1)
|
| #define __NR_open (__X32_SYSCALL_BIT + 2)
|
| @@ -326,12 +326,8 @@
|
| #define __NR_getdents __NR_getdents64
|
| #define __NR_fadvise __NR_fadvise64
|
|
|
| -
|
| -
|
| /* Repeat with SYS_ prefix */
|
|
|
| -
|
| -
|
| #define SYS_read __NR_read
|
| #define SYS_write __NR_write
|
| #define SYS_open __NR_open
|
| @@ -614,7 +610,6 @@
|
| #define SYS_membarrier __NR_membarrier
|
| #define SYS_mlock2 __NR_mlock2
|
|
|
| -
|
| #define SYS_rt_sigaction __NR_rt_sigaction
|
| #define SYS_rt_sigreturn __NR_rt_sigreturn
|
| #define SYS_ioctl __NR_ioctl
|
|
|