Index: src/pkg/syscall/syscall_linux.go |
=================================================================== |
--- a/src/pkg/syscall/syscall_linux.go |
+++ b/src/pkg/syscall/syscall_linux.go |
@@ -591,7 +591,7 @@ |
//sys Sethostname(p []byte) (errno int) |
//sys Setpgid(pid int, pgid int) (errno int) |
//sys Setrlimit(resource int, rlim *Rlimit) (errno int) |
-//sys Setsid() (pid int) |
+//sys Setsid() (pid int, errno int) |
//sys Settimeofday(tv *Timeval) (errno int) |
//sys Setuid(uid int) (errno int) |
//sys Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, errno int) |