From 2d2d80b8bd963f59534897b3d51ef8bd546cb4bc Mon Sep 17 00:00:00 2001 From: ian Date: Fri, 2 Mar 2012 16:38:43 +0000 Subject: libgo: Update to weekly.2012-02-14 release. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184798 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgo/go/syscall/exec_unix.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libgo/go/syscall/exec_unix.go') diff --git a/libgo/go/syscall/exec_unix.go b/libgo/go/syscall/exec_unix.go index 49441f8e1c4..664908d1310 100644 --- a/libgo/go/syscall/exec_unix.go +++ b/libgo/go/syscall/exec_unix.go @@ -141,9 +141,9 @@ type Credential struct { // ProcAttr holds attributes that will be applied to a new process started // by StartProcess. type ProcAttr struct { - Dir string // Current working directory. - Env []string // Environment. - Files []int // File descriptors. + Dir string // Current working directory. + Env []string // Environment. + Files []uintptr // File descriptors. Sys *SysProcAttr } -- cgit v1.2.1