diff options
Diffstat (limited to 'src/syscall/syscall_linux_mips64x.go')
| -rw-r--r-- | src/syscall/syscall_linux_mips64x.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/syscall/syscall_linux_mips64x.go b/src/syscall/syscall_linux_mips64x.go index 2d3784e7de..8a0aa5c91e 100644 --- a/src/syscall/syscall_linux_mips64x.go +++ b/src/syscall/syscall_linux_mips64x.go @@ -8,6 +8,7 @@ package syscall const ( _SYS_setgroups = SYS_SETGROUPS + _SYS_clone3 = 5435 _SYS_faccessat2 = 5439 ) @@ -182,5 +183,3 @@ func (msghdr *Msghdr) SetControllen(length int) { func (cmsg *Cmsghdr) SetLen(length int) { cmsg.Len = uint64(length) } - -func rawVforkSyscall(trap, a1 uintptr) (r1 uintptr, err Errno) |
