]> Cypherpunks.ru repositories - gostls13.git/commit
syscall: remove unused setgroups on linux/loong64
authorTobias Klauser <tklauser@distanz.ch>
Wed, 8 Jun 2022 17:47:31 +0000 (19:47 +0200)
committerGopher Robot <gobot@golang.org>
Wed, 8 Jun 2022 20:41:37 +0000 (20:41 +0000)
commit1858ea5d857f3a874bef131b7e1bc162d05b3366
treeef4cae1e4219d43af2803635e9ba4f5cafc8b793
parentbdde41e3ba4926b9c1143502f299286d5eca6490
syscall: remove unused setgroups on linux/loong64

Setgroups in syscall_linux.go already wraps the setgroups(2) syscall
with correct POSIX semantics (ref. CL 210639).

Change-Id: I961cd7c7fce1d70d23bf13cc82cad17854bbf40e
Reviewed-on: https://go-review.googlesource.com/c/go/+/411214
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
src/syscall/syscall_linux_loong64.go
src/syscall/zsyscall_linux_loong64.go