os/user: fix Solaris declaration.
authorIan Lance Taylor <ian@gcc.gnu.org>
Tue, 26 Jul 2016 01:38:33 +0000 (01:38 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 26 Jul 2016 01:38:33 +0000 (01:38 +0000)
    Patch from Rainer Orth.

    Reviewed-on: https://go-review.googlesource.com/25210

From-SVN: r238742

gcc/go/gofrontend/MERGE
libgo/go/os/user/decls_solaris.go

index 99a68baee786202db17961bde4b53897cba2ab63..320a09131209a51f272879ea71008527c702e711 100644 (file)
@@ -1,4 +1,4 @@
-b156d71ad75a1b73d0ed805a5370a297648d9270
+ffd91f9f72fb93147d4ccce9e4c4a59e4c3c2e62
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
index 969b48c9e80ade1f270863069b9dc2168ba2cbe6..ccdf36b13d60c62d32a6c7f88b332fdda51723f9 100644 (file)
@@ -21,4 +21,4 @@ func libc_getpwuid_r(uid syscall.Uid_t, pwd *syscall.Passwd, buf *byte, buflen s
 func libc_getgrnam_r(name *byte, grp *syscall.Group, buf *byte, buflen syscall.Size_t, result **syscall.Group) int
 
 //extern __posix_getgrgid_r
-func libc_getgrgid_r(gid syscall.Gid_t, grp *syscall.group, buf *byte, buflen syscall.Size_t, result **syscall.group) int
+func libc_getgrgid_r(gid syscall.Gid_t, grp *syscall.Group, buf *byte, buflen syscall.Size_t, result **syscall.Group) int