diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-10-26 23:57:58 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-10-26 23:57:58 +0000 |
commit | d8f412571f8768df2d3239e72392dfeabbad1559 (patch) | |
tree | 19d182df05ead7ff8ba7ee00a7d57555e1383fdf /libgo/go/os/str.go | |
parent | e0c39d66d4f0607177b1cf8995dda56a667e07b3 (diff) | |
download | gcc-d8f412571f8768df2d3239e72392dfeabbad1559.tar.gz |
Update Go library to last weekly.
From-SVN: r180552
Diffstat (limited to 'libgo/go/os/str.go')
-rw-r--r-- | libgo/go/os/str.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libgo/go/os/str.go b/libgo/go/os/str.go index 8dc9e4747df..e3606b61eb4 100644 --- a/libgo/go/os/str.go +++ b/libgo/go/os/str.go @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// +build plan9 + package os func itoa(val int) string { // do it here rather than with fmt to avoid dependency |