diff options
Diffstat (limited to 'src/syscall/syscall_linux_ppc64x.go')
| -rw-r--r-- | src/syscall/syscall_linux_ppc64x.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/syscall/syscall_linux_ppc64x.go b/src/syscall/syscall_linux_ppc64x.go index 91cd9838c3..9cfe2dc695 100644 --- a/src/syscall/syscall_linux_ppc64x.go +++ b/src/syscall/syscall_linux_ppc64x.go @@ -15,6 +15,7 @@ const ( _SYS_clone3 = 435 _SYS_faccessat2 = 439 _SYS_pidfd_send_signal = 424 + _SYS_fchmodat2 = 452 ) //sys Dup2(oldfd int, newfd int) (err error) |
