diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-09-16 15:47:21 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-09-16 15:47:21 +0000 |
commit | 49b4e44b7d540fa846d353b10237848a67789cbf (patch) | |
tree | ea2b52e3c258d6b6d9356977c683c7f72a4a5fd5 /libgo/go/os/proc.go | |
parent | 82ceb8f6a88a0193971f53e0571e017f2764f7d7 (diff) | |
download | gcc-49b4e44b7d540fa846d353b10237848a67789cbf.tar.gz |
Update Go library to r60.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178910 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/go/os/proc.go')
-rw-r--r-- | libgo/go/os/proc.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgo/go/os/proc.go b/libgo/go/os/proc.go index 481ef603371..dfe388f2502 100644 --- a/libgo/go/os/proc.go +++ b/libgo/go/os/proc.go @@ -11,7 +11,6 @@ import "syscall" var Args []string // provided by runtime var Envs []string // provided by runtime - // Getuid returns the numeric user id of the caller. func Getuid() int { return syscall.Getuid() } |