Skip to content

Commit

Permalink
syscall: add Setuid for aix
Browse files Browse the repository at this point in the history
Fixes #67651

Change-Id: I8128433ddd040c8b91d7b6264200e19433d7a7dc
GitHub-Last-Rev: 7557a88
GitHub-Pull-Request: #67656
Reviewed-on: https://go-review.googlesource.com/c/go/+/588119
Reviewed-by: Than McIntosh <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Run-TryBot: Mauri de Souza Meneguzzo <[email protected]>
TryBot-Bypass: Ian Lance Taylor <[email protected]>
Auto-Submit: Ian Lance Taylor <[email protected]>
Reviewed-by: Ian Lance Taylor <[email protected]>
  • Loading branch information
mauri870 authored and gopherbot committed May 29, 2024
1 parent 78eadc8 commit 3dcb962
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/syscall/syscall_aix.go
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,7 @@ func PtraceDetach(pid int) (err error) { return ptrace64(PT_DETACH, int64(pid),
//sysnb Setegid(egid int) (err error)
//sysnb Seteuid(euid int) (err error)
//sysnb Setgid(gid int) (err error)
//sysnb Setuid(uid int) (err error)
//sysnb Setpgid(pid int, pgid int) (err error)
//sys Setpriority(which int, who int, prio int) (err error)
//sysnb Setregid(rgid int, egid int) (err error)
Expand Down
13 changes: 13 additions & 0 deletions src/syscall/zsyscall_aix_ppc64.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3dcb962

Please sign in to comment.