Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(83)

Unified Diff: src/pkg/syscall/syscall_freebsd.go

Issue 107150043: code review 107150043: syscall: implement setresuid(2) and setresgid(2) on Ope... (Closed)
Patch Set: diff -r 2cd1027581fa https://code.google.com/p/go/ Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pkg/syscall/syscall_dragonfly.go ('k') | src/pkg/syscall/syscall_openbsd.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/syscall/syscall_freebsd.go
===================================================================
--- a/src/pkg/syscall/syscall_freebsd.go
+++ b/src/pkg/syscall/syscall_freebsd.go
@@ -205,6 +205,8 @@
//sys Setpriority(which int, who int, prio int) (err error)
//sysnb Setregid(rgid int, egid int) (err error)
//sysnb Setreuid(ruid int, euid int) (err error)
+//sysnb Setresgid(rgid int, egid int, sgid int) (err error)
+//sysnb Setresuid(ruid int, euid int, suid int) (err error)
//sysnb Setrlimit(which int, lim *Rlimit) (err error)
//sysnb Setsid() (pid int, err error)
//sysnb Settimeofday(tp *Timeval) (err error)
« no previous file with comments | « src/pkg/syscall/syscall_dragonfly.go ('k') | src/pkg/syscall/syscall_openbsd.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b